Autopsy  4.14.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Private Member Functions | Static Private Attributes | List of all members
org.sleuthkit.autopsy.ingest.IngestManager.IngestManagerException Class Reference

Inherits Exception.

Private Member Functions

 IngestManagerException (String message)
 
 IngestManagerException (String message, Throwable cause)
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

An exception thrown by the ingest manager.

Definition at line 1168 of file IngestManager.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.ingest.IngestManager.IngestManagerException.IngestManagerException ( String  message)
private

Creates an exception containing an error message.

Parameters
messageThe message.

Definition at line 1177 of file IngestManager.java.

org.sleuthkit.autopsy.ingest.IngestManager.IngestManagerException.IngestManagerException ( String  message,
Throwable  cause 
)
private

Creates an exception containing an error message and a cause.

Parameters
messageThe message
causeThe cause.

Definition at line 1187 of file IngestManager.java.

Member Data Documentation

final long org.sleuthkit.autopsy.ingest.IngestManager.IngestManagerException.serialVersionUID = 1L
staticprivate

Definition at line 1170 of file IngestManager.java.


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

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