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

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
 

Detailed Description

An exception for the use of ingest modules.

Definition at line 92 of file IngestModule.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.ingest.IngestModule.IngestModuleException.IngestModuleException ( String  message)

Definition at line 96 of file IngestModule.java.

org.sleuthkit.autopsy.ingest.IngestModule.IngestModuleException.IngestModuleException ( String  message,
Throwable  cause 
)

Definition at line 100 of file IngestModule.java.

org.sleuthkit.autopsy.ingest.IngestModule.IngestModuleException.IngestModuleException ( )

Definition at line 105 of file IngestModule.java.

Member Data Documentation

final long org.sleuthkit.autopsy.ingest.IngestModule.IngestModuleException.serialVersionUID = 1L
staticprivate

Definition at line 94 of file IngestModule.java.


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

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