public class PluginConversionException extends Exception
Constructor and Description |
---|
PluginConversionException()
Constructor for the class.
|
PluginConversionException(String message)
Create a new exception with the given message.
|
PluginConversionException(String message,
Throwable cause)
Create a new exception with the given message and nested exception.
|
PluginConversionException(Throwable cause)
Create a new exception with the given nested exception.
|
Modifier and Type | Method and Description |
---|---|
Throwable |
getCause()
Return the nested exception for this exception or
null
if there is none. |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PluginConversionException()
public PluginConversionException(String message)
message
- the message for the exceptionpublic PluginConversionException(String message, Throwable cause)
message
- the message for the exceptioncause
- the nested exceptionpublic PluginConversionException(Throwable cause)
cause
- the nested exceptionCopyright © 2007–2018 The Apache Software Foundation. All rights reserved.