public class TransactionalException extends RuntimeException
| Constructor and Description |
|---|
TransactionalException(String message)
Constructs a new transaction helper exception with the specified message.
|
TransactionalException(String msg,
Throwable cause)
Constructs a new transaction helper exception with the specified detail message and cause.
|
TransactionalException(Throwable cause)
Constructs a new transaction helper exception with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TransactionalException(String message)
message - The message of the exception.public TransactionalException(String msg, Throwable cause)
msg - the detail message.cause - the cause.public TransactionalException(Throwable cause)
cause - the cause.Copyright © 2011–2015 Everit Kft.. All rights reserved.