public class InternalPluginException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
InternalPluginException(java.lang.String message)
Initialize new exception using the supplied message.
|
InternalPluginException(java.lang.String message,
java.lang.Throwable cause)
Initialize new exception using the supplied message and root cause.
|
public InternalPluginException(java.lang.String message,
java.lang.Throwable cause)
message - Message describing what or when the exceptional case occurred.cause - The root cause of the exceptional case.public InternalPluginException(java.lang.String message)
message - Message describing what or when the exceptional case occurred.