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

Inherits Exception.

Public Member Functions

 KeywordSearchServiceException ()
 
 KeywordSearchServiceException (String message)
 
 KeywordSearchServiceException (String message, Throwable cause)
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Provides a system exception for the Keyword Search package.

Definition at line 24 of file KeywordSearchServiceException.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.keywordsearchservice.KeywordSearchServiceException.KeywordSearchServiceException ( )

Constructs a new exception with null as its message.

Definition at line 31 of file KeywordSearchServiceException.java.

org.sleuthkit.autopsy.keywordsearchservice.KeywordSearchServiceException.KeywordSearchServiceException ( String  message)

Constructs a new exception with the specified message.

Parameters
messageThe message.

Definition at line 40 of file KeywordSearchServiceException.java.

org.sleuthkit.autopsy.keywordsearchservice.KeywordSearchServiceException.KeywordSearchServiceException ( String  message,
Throwable  cause 
)

Constructs a new exception with the specified message and cause.

Parameters
messageThe message.
causeThe cause.

Definition at line 50 of file KeywordSearchServiceException.java.

Member Data Documentation

final long org.sleuthkit.autopsy.keywordsearchservice.KeywordSearchServiceException.serialVersionUID = 1L
staticprivate

Definition at line 26 of file KeywordSearchServiceException.java.


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

Copyright © 2012-2016 Basis Technology. Generated on: Tue Oct 25 2016
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.