public class PluginException
extends java.lang.Exception
| Constructor and Description |
|---|
PluginException()
Creates a new instance of this class without specifying any root cause.
|
PluginException(Message message)
Creates a new instance of this class with the specified message.
|
PluginException(Message message,
java.lang.Throwable cause)
Creates a new instance of this class with the specified message and root
cause.
|
PluginException(java.lang.Throwable cause)
Creates a new instance of this class with the specified root cause.
|
| Modifier and Type | Method and Description |
|---|---|
Message |
getMessageObject()
Returns the Message contained in that exception.
|
public PluginException()
public PluginException(Message message)
message - the description of the cause of this exception.public PluginException(java.lang.Throwable cause)
cause - the root cause of this exception.public PluginException(Message message, java.lang.Throwable cause)
message - the description of the cause of this exception.cause - the root cause of this exception.public Message getMessageObject()