|
Autopsy
4.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits Exception.
Public Member Functions | |
| MessageServiceException () | |
| MessageServiceException (String message) | |
| MessageServiceException (String message, Throwable cause) | |
Static Private Attributes | |
| static final long | serialVersionUID = 1L |
Provides a system exception for the Message Service.
Definition at line 25 of file MessageServiceException.java.
| org.sleuthkit.autopsy.events.MessageServiceException.MessageServiceException | ( | ) |
Constructs a new exception with null as its message.
Definition at line 31 of file MessageServiceException.java.
| org.sleuthkit.autopsy.events.MessageServiceException.MessageServiceException | ( | String | message | ) |
Constructs a new exception with the specified message.
| message | The message. |
Definition at line 40 of file MessageServiceException.java.
| org.sleuthkit.autopsy.events.MessageServiceException.MessageServiceException | ( | String | message, |
| Throwable | cause | ||
| ) |
Constructs a new exception with the specified message and cause.
| message | The message. |
| cause | The cause. |
Definition at line 50 of file MessageServiceException.java.
|
staticprivate |
Definition at line 26 of file MessageServiceException.java.
Copyright © 2012-2016 Basis Technology. Generated on: Tue Oct 25 2016
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.