Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits Exception.
Public Member Functions | |
SleuthkitCaseProviderException (String string) | |
SleuthkitCaseProviderException (String string, Throwable thrwbl) | |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
Exception thrown in the event that the SleuthkitCase object cannot be provided.
Definition at line 38 of file SleuthkitCaseProvider.java.
org.sleuthkit.autopsy.datasourcesummary.datamodel.SleuthkitCaseProvider.SleuthkitCaseProviderException.SleuthkitCaseProviderException | ( | String | string | ) |
Main constructor.
string | The message for the exception. |
Definition at line 47 of file SleuthkitCaseProvider.java.
org.sleuthkit.autopsy.datasourcesummary.datamodel.SleuthkitCaseProvider.SleuthkitCaseProviderException.SleuthkitCaseProviderException | ( | String | string, |
Throwable | thrwbl | ||
) |
Main constructor.
string | The message for the exception. |
thrwbl | The inner exception. |
Definition at line 57 of file SleuthkitCaseProvider.java.
|
staticprivate |
Definition at line 40 of file SleuthkitCaseProvider.java.
Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 6 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.