public class HandlerException extends Exception
Modifier and Type | Field and Description |
---|---|
static String |
MESSAGE_TYPE
Base fault Message type.
|
Constructor and Description |
---|
HandlerException(String message)
Create a new HandlerException with the specified error message.
|
HandlerException(String message,
Throwable cause)
Create a new HandlerException with the specified error message and cause.
|
HandlerException(Throwable cause)
Create a new HandlerException with the specified cause.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isWrapper()
Indicates whether this HandlerException is simply a wrapper for another
exception type - i.e.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final String MESSAGE_TYPE
public HandlerException(String message)
message
- error textpublic HandlerException(Throwable cause)
cause
- error causing the handler to fail processingCopyright © 2013–2017 JBoss by Red Hat. All rights reserved.