public class TransactionFailureException extends HandlerException
MESSAGE_TYPE
Constructor and Description |
---|
TransactionFailureException(String message)
Create a new TransactionFailureException with the specified error message.
|
TransactionFailureException(String message,
Throwable cause)
Create a new TransactionFailureException with the specified error message and cause.
|
TransactionFailureException(Throwable cause)
Create a new TransactionFailureException with the specified cause.
|
isWrapper
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TransactionFailureException(String message)
message
- error textpublic TransactionFailureException(Throwable cause)
cause
- error causing the handler to fail processingCopyright © 2013–2018 JBoss by Red Hat. All rights reserved.