Autopsy  4.7.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.events.MessageServiceException Class Reference

Inherits Exception.

Public Member Functions

 MessageServiceException ()
 
 MessageServiceException (String message)
 
 MessageServiceException (String message, Throwable cause)
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Provides a system exception for the Message Service.

Definition at line 25 of file MessageServiceException.java.

Constructor & Destructor Documentation

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.

Parameters
messageThe 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.

Parameters
messageThe message.
causeThe cause.

Definition at line 50 of file MessageServiceException.java.

Member Data Documentation

final long org.sleuthkit.autopsy.events.MessageServiceException.serialVersionUID = 1L
staticprivate

Definition at line 26 of file MessageServiceException.java.


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

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.