Autopsy  4.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.casemodule.services.Blackboard.BlackboardException Class Reference

Inherits Exception.

Public Member Functions

 BlackboardException ()
 
 BlackboardException (String message)
 
 BlackboardException (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 101 of file Blackboard.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.casemodule.services.Blackboard.BlackboardException.BlackboardException ( )

Constructs a new exception with null as its message.

Definition at line 108 of file Blackboard.java.

org.sleuthkit.autopsy.casemodule.services.Blackboard.BlackboardException.BlackboardException ( String  message)

Constructs a new exception with the specified message.

Parameters
messageThe message.

Definition at line 117 of file Blackboard.java.

org.sleuthkit.autopsy.casemodule.services.Blackboard.BlackboardException.BlackboardException ( String  message,
Throwable  cause 
)

Constructs a new exception with the specified message and cause.

Parameters
messageThe message.
causeThe cause.

Definition at line 127 of file Blackboard.java.

Member Data Documentation

final long org.sleuthkit.autopsy.casemodule.services.Blackboard.BlackboardException.serialVersionUID = 1L
staticprivate

Definition at line 103 of file Blackboard.java.


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

Copyright © 2012-2015 Basis Technology. Generated on: Wed Apr 6 2016
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.