public class TransactionException extends HibernateException
Constructor and Description |
---|
TransactionException(java.lang.String message)
Constructs a TransactionException using the specified information.
|
TransactionException(java.lang.String message,
java.lang.Throwable cause)
Constructs a TransactionException using the specified information.
|
public TransactionException(java.lang.String message, java.lang.Throwable cause)
message
- The message explaining the exception conditioncause
- The underlying causepublic TransactionException(java.lang.String message)
message
- The message explaining the exception conditionCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.