java.io.Serializable
public class InvalidPluginException
extends java.lang.Exception
Constructor | Description |
---|---|
InvalidPluginException() |
Constructs a new InvalidPluginException
|
InvalidPluginException(java.lang.String message) |
Constructs a new InvalidPluginException with the specified detail
message
|
InvalidPluginException(java.lang.String message,
java.lang.Throwable cause) |
Constructs a new InvalidPluginException with the specified detail
message and cause.
|
InvalidPluginException(java.lang.Throwable cause) |
Constructs a new InvalidPluginException based on the given Exception
|
public InvalidPluginException(java.lang.Throwable cause)
cause
- Exception that triggered this Exceptionpublic InvalidPluginException()
public InvalidPluginException(java.lang.String message, java.lang.Throwable cause)
message
- the detail message (which is saved for later retrieval
by the getMessage() method).cause
- the cause (which is saved for later retrieval by the
getCause() method). (A null value is permitted, and indicates that
the cause is nonexistent or unknown.)public InvalidPluginException(java.lang.String message)
message
- TThe detail message is saved for later retrieval by the
getMessage() method.Copyright © 2018. All rights reserved.