public class RollbackException extends RuntimeException
| Constructor and Description |
|---|
RollbackException(Throwable cause)
Constructs a
RollbackException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RollbackException(Throwable cause)
RollbackException with the specified cause.cause - the cause of he exception.Copyright © 2022. All rights reserved.