|
Autopsy
4.15.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 134 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 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.
| message | The message. |
| cause | The cause. |
Definition at line 160 of file Blackboard.java.
|
staticprivate |
Definition at line 136 of file Blackboard.java.
Copyright © 2012-2020 Basis Technology. Generated on: Mon Jul 6 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.