|
Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits Exception.
Public Member Functions | |
| NoCurrentCaseException (String message) | |
| NoCurrentCaseException (String message, Throwable cause) | |
Static Private Attributes | |
| static final long | serialVersionUID = 1L |
Exception thrown when no current case is available
Definition at line 26 of file NoCurrentCaseException.java.
| org.sleuthkit.autopsy.casemodule.NoCurrentCaseException.NoCurrentCaseException | ( | String | message | ) |
Constructs an exception with the specified message.
| message | The exception message. |
Definition at line 33 of file NoCurrentCaseException.java.
| org.sleuthkit.autopsy.casemodule.NoCurrentCaseException.NoCurrentCaseException | ( | String | message, |
| Throwable | cause | ||
| ) |
Constructs an exception with the specified message and cause.
| message | The exception message. |
| cause | The exception cause. |
Definition at line 43 of file NoCurrentCaseException.java.
|
staticprivate |
Definition at line 27 of file NoCurrentCaseException.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.