Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits Exception.
Public Member Functions | |
IncompatibleCentralRepoException (String message) | |
IncompatibleCentralRepoException (String message, Throwable cause) | |
IncompatibleCentralRepoException (Throwable cause) | |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
Exception to denote that the Central Repo is not compatable with the current version of the software.
Definition at line 25 of file IncompatibleCentralRepoException.java.
org.sleuthkit.autopsy.centralrepository.datamodel.IncompatibleCentralRepoException.IncompatibleCentralRepoException | ( | String | message | ) |
Construct an exception with the given message.
message | error message |
Definition at line 33 of file IncompatibleCentralRepoException.java.
org.sleuthkit.autopsy.centralrepository.datamodel.IncompatibleCentralRepoException.IncompatibleCentralRepoException | ( | String | message, |
Throwable | cause | ||
) |
Construct an exception with the given message and inner exception.
message | error message |
cause | inner exception |
Definition at line 42 of file IncompatibleCentralRepoException.java.
org.sleuthkit.autopsy.centralrepository.datamodel.IncompatibleCentralRepoException.IncompatibleCentralRepoException | ( | Throwable | cause | ) |
Construct an exception with the given inner exception.
cause | inner exception |
Definition at line 50 of file IncompatibleCentralRepoException.java.
|
staticprivate |
Definition at line 27 of file IncompatibleCentralRepoException.java.
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.