public class TransactionException extends HibernateException
Constructor and Description |
---|
TransactionException(String message)
Constructs a TransactionException using the specified information.
|
TransactionException(String message,
Throwable cause)
Constructs a TransactionException using the specified information.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TransactionException(String message, Throwable cause)
message
- The message explaining the exception conditioncause
- The underlying causepublic TransactionException(String message)
message
- The message explaining the exception conditionCopyright © 2016 JBoss by Red Hat. All rights reserved.