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.casemodule.NoCurrentCaseException Class Reference

Inherits Exception.

Public Member Functions

 NoCurrentCaseException (String message)
 
 NoCurrentCaseException (String message, Throwable cause)
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Exception thrown when no current case is available

Definition at line 26 of file NoCurrentCaseException.java.

Constructor & Destructor Documentation

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

Constructs an exception with the specified message.

Parameters
messageThe 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.

Parameters
messageThe exception message.
causeThe exception cause.

Definition at line 43 of file NoCurrentCaseException.java.

Member Data Documentation

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

Definition at line 27 of file NoCurrentCaseException.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.