Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits Exception.
Public Member Functions | |
EamDbException (String message) | |
EamDbException (String message, Throwable cause) | |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
Definition at line 24 of file EamDbException.java.
org.sleuthkit.autopsy.centralrepository.datamodel.EamDbException.EamDbException | ( | String | message | ) |
Constructs an exception to be thrown by an artifact manager.
message | The 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.
message | The exception message. |
cause | The exception cause. |
Definition at line 43 of file EamDbException.java.
|
staticprivate |
Definition at line 26 of file EamDbException.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.