Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits Exception.
Public Member Functions | |
IntegrationTestServiceException (String message) | |
IntegrationTestServiceException (String message, Throwable exception) | |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
An error that prevented the normal operation of the integration test service.
Definition at line 99 of file IntegrationTestService.java.
org.sleuthkit.autopsy.integrationtesting.IntegrationTestService.IntegrationTestServiceException.IntegrationTestServiceException | ( | String | message | ) |
Main constructor.
message | The message. |
Definition at line 108 of file IntegrationTestService.java.
org.sleuthkit.autopsy.integrationtesting.IntegrationTestService.IntegrationTestServiceException.IntegrationTestServiceException | ( | String | message, |
Throwable | exception | ||
) |
Main constructor accepting message and exception.
message | The message for the exception. |
exception | The inner exception. |
Definition at line 118 of file IntegrationTestService.java.
|
staticprivate |
Definition at line 101 of file IntegrationTestService.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.