public class RollbackException extends RuntimeServiceException
Constructor and Description |
---|
RollbackException()
Constructor
|
RollbackException(String msg)
Constructor with a detailed message.
|
RollbackException(String msg,
Throwable cause)
Constructor with a detailed message and underlying cause.
|
RollbackException(Throwable cause)
Constructor with the underlying cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RollbackException()
public RollbackException(String msg)
msg
- the associated detailed messagepublic RollbackException(Throwable cause)
cause
- the underlying cause for exception.