public class DeliberateTransactionRollbackException extends RuntimeException
RuntimeException indicating that a module wishes to prevent a transaction from committing.| Constructor and Description |
|---|
DeliberateTransactionRollbackException() |
DeliberateTransactionRollbackException(String message) |
DeliberateTransactionRollbackException(String message,
Throwable cause) |
DeliberateTransactionRollbackException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
DeliberateTransactionRollbackException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DeliberateTransactionRollbackException()
public DeliberateTransactionRollbackException(String message)
public DeliberateTransactionRollbackException(String message, Throwable cause)
public DeliberateTransactionRollbackException(Throwable cause)
Copyright © 2013-2016–2018 Graph Aware Limited. All rights reserved.