Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits Exception.
Public Member Functions | |
BlackboardException (String message) | |
BlackboardException (String message, Throwable cause) | |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
A blackboard exception.
Definition at line 147 of file Blackboard.java.
org.sleuthkit.autopsy.casemodule.services.Blackboard.BlackboardException.BlackboardException | ( | String | message | ) |
Constructs a blackboard exception with the specified message.
message | The 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.
message | The message. |
cause | The cause. |
Definition at line 167 of file Blackboard.java.
|
staticprivate |
Definition at line 149 of file Blackboard.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.