|
Autopsy
4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits Exception.
Inherited by org.sleuthkit.autopsy.modules.drones.DroneIngestException.
Public Member Functions | |
| IngestModuleException (String message) | |
| IngestModuleException (String message, Throwable cause) | |
| IngestModuleException () | |
Static Private Attributes | |
| static final long | serialVersionUID = 1L |
An exception for ingest modules to throw if they experience a start up error.
Definition at line 98 of file IngestModule.java.
| org.sleuthkit.autopsy.ingest.IngestModule.IngestModuleException.IngestModuleException | ( | String | message | ) |
Definition at line 102 of file IngestModule.java.
| org.sleuthkit.autopsy.ingest.IngestModule.IngestModuleException.IngestModuleException | ( | String | message, |
| Throwable | cause | ||
| ) |
Definition at line 106 of file IngestModule.java.
| org.sleuthkit.autopsy.ingest.IngestModule.IngestModuleException.IngestModuleException | ( | ) |
Definition at line 111 of file IngestModule.java.
|
staticprivate |
Definition at line 100 of file IngestModule.java.
Copyright © 2012-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.