Autopsy  4.12.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 147 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 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.

Parameters
messageException message.
causeException cause.

Definition at line 168 of file AutopsyService.java.

Member Data Documentation

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

Definition at line 149 of file AutopsyService.java.


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

Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.