Autopsy
4.19.3
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 178 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 188 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 199 of file AutopsyService.java.
|
staticprivate |
Definition at line 180 of file AutopsyService.java.
Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.