public class RollbackException extends PersistenceException
| Constructor and Description |
|---|
RollbackException()
Constructs a new RollbackException exception with null as its detail message
|
RollbackException(String message)
Constructs a new RollbackException exception with the specified detail message
|
RollbackException(String message,
Throwable cause)
Constructs a new RollbackException exception with the specified detail message and cause
|
RollbackException(Throwable cause)
Constructs a new RollbackException exception with the specified cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RollbackException()
public RollbackException(Throwable cause)
cause - The detail causepublic RollbackException(String message)
message - The detail message