public class ExtensionException extends RRDException
ExtensionGenerator or ExtensionHandler.| Constructor and Description |
|---|
ExtensionException()
Constructs a new ExtensionException
|
ExtensionException(java.lang.String message)
Constructs a new ExtensionException with the specified message
|
ExtensionException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new ExtensionException with the specified message
and root cause.
|
ExtensionException(java.lang.Throwable cause)
Constructs a new ExtensionException with the specified root cause.
|
public ExtensionException()
public ExtensionException(java.lang.String message)
message - Message of exceptionpublic ExtensionException(java.lang.String message,
java.lang.Throwable cause)
message - Message of exceptioncause - Exception that caused this exception to be raisedpublic ExtensionException(java.lang.Throwable cause)
cause - Exception that caused this exception to be raised