|
Sleuth Kit Java Bindings (JNI)
4.13.0
Java bindings for using The Sleuth Kit
|
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) | |
Exception thrown when an account identifier is not valid.
Definition at line 25 of file InvalidAccountIDException.java.
| 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.
| msg | Message. |
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.
| msg | Message. |
| ex | Underlying exception. |
Definition at line 51 of file InvalidAccountIDException.java.
Copyright © 2011-2024 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.