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.appservices.AutopsyService.AutopsyServiceException Class Reference

Inherits Exception.

Public Member Functions

 AutopsyServiceException (String message)
 
 AutopsyServiceException (String message, Throwable cause)
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Exception thrown by autopsy service methods.

Definition at line 178 of file AutopsyService.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.appservices.AutopsyService.AutopsyServiceException.AutopsyServiceException ( String  message)

Constructs an exception to be thrown by an autopsy service provider method.

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

Parameters
messageException message.
causeException cause.

Definition at line 199 of file AutopsyService.java.

Member Data Documentation

final long org.sleuthkit.autopsy.appservices.AutopsyService.AutopsyServiceException.serialVersionUID = 1L
staticprivate

Definition at line 180 of file AutopsyService.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.