Autopsy
4.15.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.ingest.IngestModule.IngestModuleException.
Public Member Functions | |
DroneIngestException (String msg) | |
DroneIngestException (String msg, Exception ex) | |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
IngestModuleException wrapper class.
Definition at line 26 of file DroneIngestException.java.
org.sleuthkit.autopsy.modules.drones.DroneIngestException.DroneIngestException | ( | String | msg | ) |
Create exception containing the error message
msg | the message |
Definition at line 35 of file DroneIngestException.java.
org.sleuthkit.autopsy.modules.drones.DroneIngestException.DroneIngestException | ( | String | msg, |
Exception | ex | ||
) |
Create exception containing the error message and cause exception
msg | the message |
ex | cause exception |
Definition at line 45 of file DroneIngestException.java.
|
staticprivate |
Definition at line 28 of file DroneIngestException.java.
Copyright © 2012-2020 Basis Technology. Generated on: Mon Jul 6 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.