Autopsy  4.4
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 (String message)
 
 BlackboardException (String message, Throwable cause)
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

A blackboard exception.

Definition at line 147 of file Blackboard.java.

Constructor & Destructor Documentation

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

Constructs a blackboard exception with the specified message.

Parameters
messageThe message.

Definition at line 156 of file Blackboard.java.

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

Constructs a blackboard exception with the specified message and cause.

Parameters
messageThe message.
causeThe cause.

Definition at line 167 of file Blackboard.java.

Member Data Documentation

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

Definition at line 149 of file Blackboard.java.


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

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