Sleuth Kit Java Bindings (JNI)  4.12.1
Java bindings for using The Sleuth Kit
org.sleuthkit.datamodel.InvalidAccountIDException Class Reference

Inherits org.sleuthkit.datamodel.TskCoreException.

Public Member Functions

 InvalidAccountIDException ()
 
 InvalidAccountIDException (String msg)
 
 InvalidAccountIDException (String msg, Exception ex)
 
- Public Member Functions inherited from org.sleuthkit.datamodel.TskCoreException
 TskCoreException ()
 
 TskCoreException (String msg)
 
 TskCoreException (String msg, Exception ex)
 
- Public Member Functions inherited from org.sleuthkit.datamodel.TskException
 TskException (String msg)
 
 TskException (String msg, Exception ex)
 

Detailed Description

Exception thrown when an account identifier is not valid.

Definition at line 25 of file InvalidAccountIDException.java.

Constructor & Destructor Documentation

org.sleuthkit.datamodel.InvalidAccountIDException.InvalidAccountIDException ( )

Default constructor when error message is not available

Definition at line 32 of file InvalidAccountIDException.java.

org.sleuthkit.datamodel.InvalidAccountIDException.InvalidAccountIDException ( String  msg)

Create exception containing the error message.

Parameters
msgMessage.

Definition at line 41 of file InvalidAccountIDException.java.

org.sleuthkit.datamodel.InvalidAccountIDException.InvalidAccountIDException ( String  msg,
Exception  ex 
)

Create exception containing the error message and cause exception.

Parameters
msgMessage.
exUnderlying exception.

Definition at line 51 of file InvalidAccountIDException.java.


The documentation for this class was generated from the following file:

Copyright © 2011-2021 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.