Autopsy
4.15.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.exceptions.AutopsyException.
Public Member Functions | |
CentralRepoException (String message) | |
CentralRepoException (String message, String userMessage) | |
CentralRepoException (String message, String userMessage, Throwable cause) | |
CentralRepoException (String message, Throwable cause) | |
String | getUserMessage () |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
An exception to be thrown by an artifact manager.
Definition at line 26 of file CentralRepoException.java.
org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoException.CentralRepoException | ( | String | message | ) |
Constructs an exception to be thrown by an artifact manager.
message | The exception message. |
Definition at line 35 of file CentralRepoException.java.
org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoException.CentralRepoException | ( | String | message, |
String | userMessage | ||
) |
Constructs an exception to be thrown by an artifact manager with a user exception.
message | Exception message. |
userMessage | the user friendly message to include in this exception |
Definition at line 45 of file CentralRepoException.java.
org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoException.CentralRepoException | ( | String | message, |
String | userMessage, | ||
Throwable | cause | ||
) |
Constructs an exception to be thrown by an artifact manager with a user exception.
message | Exception message. |
userMessage | the user friendly message to include in this exception |
cause | Exception cause. |
Definition at line 57 of file CentralRepoException.java.
org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoException.CentralRepoException | ( | 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 67 of file CentralRepoException.java.
|
inherited |
Get the user-friendly message if one exists.
Definition at line 84 of file AutopsyException.java.
References org.sleuthkit.autopsy.exceptions.AutopsyException.userMessage.
Referenced by org.sleuthkit.autopsy.centralrepository.eventlisteners.Installer.doMessageBoxIfRunningInGUI(), and org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbManager.updatedDbSchema().
|
staticprivate |
Definition at line 28 of file CentralRepoException.java.
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.