Autopsy  4.14.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.casemodule.CaseActionException Class Reference

Inherits Exception.

Inherited by org.sleuthkit.autopsy.casemodule.CaseActionCancelledException.

Public Member Functions

 CaseActionException (String message)
 
 CaseActionException (String message, Throwable cause)
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Exception thrown when a case action (e.g., create, open, close, delete) experiences an error condition.

Definition at line 25 of file CaseActionException.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.casemodule.CaseActionException.CaseActionException ( String  message)

Constructs an exception thrown when a case action (e.g., create, open, close, delete) experiences an error condition.

Parameters
messageAn error message.

Definition at line 35 of file CaseActionException.java.

org.sleuthkit.autopsy.casemodule.CaseActionException.CaseActionException ( String  message,
Throwable  cause 
)

Constructs an exception thrown when a case action (e.g., create, open, close, delete) experiences an error condition.

Parameters
messageAn error message.
causeAn excception that caused this exception to be thrown.

Definition at line 46 of file CaseActionException.java.

Member Data Documentation

final long org.sleuthkit.autopsy.casemodule.CaseActionException.serialVersionUID = 1L
staticprivate

Definition at line 27 of file CaseActionException.java.


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

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