Autopsy  4.8.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.centralrepository.datamodel.EamDbException Class Reference

Inherits Exception.

Public Member Functions

 EamDbException (String message)
 
 EamDbException (String message, Throwable cause)
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Definition at line 24 of file EamDbException.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.centralrepository.datamodel.EamDbException.EamDbException ( String  message)

Constructs an exception to be thrown by an artifact manager.

Parameters
messageThe exception message.

Definition at line 33 of file EamDbException.java.

org.sleuthkit.autopsy.centralrepository.datamodel.EamDbException.EamDbException ( String  message,
Throwable  cause 
)

Constructs an exception to be thrown by an artifact manager.

Parameters
messageThe exception message.
causeThe exception cause.

Definition at line 43 of file EamDbException.java.

Member Data Documentation

final long org.sleuthkit.autopsy.centralrepository.datamodel.EamDbException.serialVersionUID = 1L
staticprivate

Definition at line 26 of file EamDbException.java.


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

Copyright © 2012-2018 Basis Technology. Generated on: Thu Oct 4 2018
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.