Autopsy
4.6.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits Exception.
Public Member Functions | |
IngestModuleException () | |
IngestModuleException (String message) | |
IngestModuleException (String message, Throwable cause) | |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
A custom exception for the use of ingest modules.
Definition at line 61 of file IngestModule.java.
org.sleuthkit.autopsy.ingest.IngestModule.IngestModuleException.IngestModuleException | ( | ) |
Definition at line 66 of file IngestModule.java.
org.sleuthkit.autopsy.ingest.IngestModule.IngestModuleException.IngestModuleException | ( | String | message | ) |
Definition at line 69 of file IngestModule.java.
org.sleuthkit.autopsy.ingest.IngestModule.IngestModuleException.IngestModuleException | ( | String | message, |
Throwable | cause | ||
) |
Definition at line 73 of file IngestModule.java.
|
staticprivate |
Definition at line 63 of file IngestModule.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon May 7 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.