Class CustomWrapperException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.denodo.vdb.engine.customwrapper.CustomWrapperException
- All Implemented Interfaces:
Serializable
A general purpose
Exception subclass intended to be used by Custom Wrappers.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCustomWrapperException(String message) Constructs the exception with the specified detail message.CustomWrapperException(String message, Throwable cause) Constructs the exception with the specified detail message and cause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CustomWrapperException
Constructs the exception with the specified detail message. The cause is not initialized, and may subsequently be initialized by a call toThrowable.initCause(Throwable).- Parameters:
message- the detail message.
-
CustomWrapperException
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-