public class CustomWrapperException extends Exception
Exception subclass intended to be used by Custom Wrappers.| Constructor and Description |
|---|
CustomWrapperException(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.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CustomWrapperException(String message)
Throwable.initCause(java.lang.Throwable).message - the detail message.public String getMessage()
getMessage in class ThrowableCopyright © 2024 Denodo Technologies. All rights reserved.