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

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

A blackboard exception.

Deprecated:
Use org.sleuthkit.datamodel.Blackboard.BlackboardException instead.

Definition at line 134 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.
Deprecated:
Do not use.

Definition at line 146 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.
Deprecated:
Do not use.

Definition at line 160 of file Blackboard.java.

Member Data Documentation

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

Definition at line 136 of file Blackboard.java.


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

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