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.IngestTaskPipeline< T extends IngestTask >.IngestTaskPipelineException Class Reference

Inherits Exception.

Public Member Functions

 IngestTaskPipelineException (String message)
 
 IngestTaskPipelineException (String message, Throwable cause)
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

An exception for the use of ingest task pipelines.

Definition at line 403 of file IngestTaskPipeline.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.ingest.IngestTaskPipeline< T extends IngestTask >.IngestTaskPipelineException.IngestTaskPipelineException ( String  message)

Definition at line 407 of file IngestTaskPipeline.java.

org.sleuthkit.autopsy.ingest.IngestTaskPipeline< T extends IngestTask >.IngestTaskPipelineException.IngestTaskPipelineException ( String  message,
Throwable  cause 
)

Definition at line 411 of file IngestTaskPipeline.java.

Member Data Documentation

final long org.sleuthkit.autopsy.ingest.IngestTaskPipeline< T extends IngestTask >.IngestTaskPipelineException.serialVersionUID = 1L
staticprivate

Definition at line 405 of file IngestTaskPipeline.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.