Autopsy  4.1
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 1122 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 1131 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 1141 of file IngestManager.java.

Member Data Documentation

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

Definition at line 1124 of file IngestManager.java.


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

Copyright © 2012-2016 Basis Technology. Generated on: Mon Jan 2 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.