Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 |
Exception thrown when a case action (e.g., create, open, close, delete) experiences an error condition.
Definition at line 25 of file CaseActionException.java.
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.
message | An 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.
message | An error message. |
cause | An excception that caused this exception to be thrown. |
Definition at line 46 of file CaseActionException.java.
|
staticprivate |
Definition at line 27 of file CaseActionException.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.