Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits Exception.
Public Member Functions | |
AutopsyServiceException (String message) | |
AutopsyServiceException (String message, Throwable cause) | |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
Exception thrown by autopsy service methods.
Definition at line 147 of file AutopsyService.java.
org.sleuthkit.autopsy.appservices.AutopsyService.AutopsyServiceException.AutopsyServiceException | ( | String | message | ) |
Constructs an exception to be thrown by an autopsy service provider method.
message | Exception message. |
Definition at line 157 of file AutopsyService.java.
org.sleuthkit.autopsy.appservices.AutopsyService.AutopsyServiceException.AutopsyServiceException | ( | String | message, |
Throwable | cause | ||
) |
Constructs an exception to be thrown by an autopsy service provider method.
message | Exception message. |
cause | Exception cause. |
Definition at line 168 of file AutopsyService.java.
|
staticprivate |
Definition at line 149 of file AutopsyService.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.