Autopsy  4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Static Private Attributes | List of all members
org.sleuthkit.autopsy.datasourcesummary.datamodel.SleuthkitCaseProvider.SleuthkitCaseProviderException Class Reference

Inherits Exception.

Public Member Functions

 SleuthkitCaseProviderException (String string)
 
 SleuthkitCaseProviderException (String string, Throwable thrwbl)
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Exception thrown in the event that the SleuthkitCase object cannot be provided.

Definition at line 38 of file SleuthkitCaseProvider.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datasourcesummary.datamodel.SleuthkitCaseProvider.SleuthkitCaseProviderException.SleuthkitCaseProviderException ( String  string)

Main constructor.

Parameters
stringThe 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.

Parameters
stringThe message for the exception.
thrwblThe inner exception.

Definition at line 57 of file SleuthkitCaseProvider.java.

Member Data Documentation

final long org.sleuthkit.autopsy.datasourcesummary.datamodel.SleuthkitCaseProvider.SleuthkitCaseProviderException.serialVersionUID = 1L
staticprivate

Definition at line 40 of file SleuthkitCaseProvider.java.


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

Copyright © 2012-2020 Basis Technology. Generated on: Tue Sep 22 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.