Autopsy  4.15.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Private Member Functions | Static Private Attributes | List of all members
org.sleuthkit.autopsy.casemodule.multiusercases.CaseNodeData.CaseNodeDataException Class Reference

Inherits Exception.

Private Member Functions

 CaseNodeDataException (String message)
 
 CaseNodeDataException (String message, Throwable cause)
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Exception thrown when there is an error reading or writing case node data.

Definition at line 477 of file CaseNodeData.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.casemodule.multiusercases.CaseNodeData.CaseNodeDataException.CaseNodeDataException ( String  message)
private

Constructs an exception to throw when there is an error reading or writing case node data.

Parameters
messageThe exception message.

Definition at line 487 of file CaseNodeData.java.

org.sleuthkit.autopsy.casemodule.multiusercases.CaseNodeData.CaseNodeDataException.CaseNodeDataException ( String  message,
Throwable  cause 
)
private

Constructs an exception to throw when there is an error reading or writing case node data.

Parameters
messageThe exception message.
causeThe cause of the exception.

Definition at line 498 of file CaseNodeData.java.

Member Data Documentation

final long org.sleuthkit.autopsy.casemodule.multiusercases.CaseNodeData.CaseNodeDataException.serialVersionUID = 1L
staticprivate

Definition at line 479 of file CaseNodeData.java.


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

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