public class LocalTransactionException extends ResourceException
Constructor and Description |
---|
LocalTransactionException()
Create an exception.
|
LocalTransactionException(String reason)
Create an exception with a reason.
|
LocalTransactionException(String reason,
String errorCode)
Create an exception with a reason and an errorCode.
|
LocalTransactionException(String reason,
Throwable cause)
Create an exception with a reason and cause.
|
LocalTransactionException(Throwable cause)
Create an exception with a cause.
|
getErrorCode, getLinkedException, getMessage, setErrorCode, setLinkedException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public LocalTransactionException()
public LocalTransactionException(String reason)
public LocalTransactionException(String reason, String errorCode)
public LocalTransactionException(String reason, Throwable cause)
reason
- the reasoncause
- the causepublic LocalTransactionException(Throwable cause)
cause
- the causeCopyright © 2013 JBoss by Red Hat. All rights reserved.