public class RollbackException extends RuntimeException
| Constructor and Description |
|---|
RollbackException()
Default constructor
|
RollbackException(String s)
Construct a RollbackException with a msg.
|
RollbackException(Throwable t)
Construct a RollbackException from a throwable.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RollbackException()
public RollbackException(Throwable t)
t - the throwable that caused the rollback to occurpublic RollbackException(String s)
s - the exception msg