Autopsy  4.18.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Static Private Attributes | List of all members
org.sleuthkit.autopsy.integrationtesting.IntegrationTestService.IntegrationTestServiceException Class Reference

Inherits Exception.

Public Member Functions

 IntegrationTestServiceException (String message)
 
 IntegrationTestServiceException (String message, Throwable exception)
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

An error that prevented the normal operation of the integration test service.

Definition at line 99 of file IntegrationTestService.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.integrationtesting.IntegrationTestService.IntegrationTestServiceException.IntegrationTestServiceException ( String  message)

Main constructor.

Parameters
messageThe 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.

Parameters
messageThe message for the exception.
exceptionThe inner exception.

Definition at line 118 of file IntegrationTestService.java.

Member Data Documentation

final long org.sleuthkit.autopsy.integrationtesting.IntegrationTestService.IntegrationTestServiceException.serialVersionUID = 1L
staticprivate

Definition at line 101 of file IntegrationTestService.java.


The documentation for this class was generated from the following file:

Copyright © 2012-2021 Basis Technology. Generated on: Thu Jul 8 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.