public class RollbackException extends Exception
If a user initiated transaction was active when a CRUD method throws RollbackException the transaction (by convention) is rolled back before (or in the process of) throwing RollbackException.
| Constructor and Description |
|---|
RollbackException(Exception e) |
RollbackException(String message) |
RollbackException(String message,
Exception e) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2012-2016 Jeffrey L. Eppinger. All rights reserved. Permission granted for educational use only.