org.hibernate
Class TransactionException
- Nestable
public class TransactionException
Indicates that a transaction could not be begun, committed
or rolled back.
TransactionException(String message)- Constructs a new
NestableRuntimeException with specified
detail message.
|
TransactionException(String message, Throwable root)- Constructs a new
NestableRuntimeException with specified
detail message and nested Throwable.
|
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
TransactionException
public TransactionException(String message)
Constructs a new NestableRuntimeException with specified
detail message.
TransactionException
public TransactionException(String message,
Throwable root) Constructs a new NestableRuntimeException with specified
detail message and nested Throwable.