public class CannotSerializeTransactionException extends PessimisticLockingFailureException
| Constructor and Description | 
|---|
CannotSerializeTransactionException(java.lang.String msg)
Constructor for CannotSerializeTransactionException. 
 | 
CannotSerializeTransactionException(java.lang.String msg,
                                   java.lang.Throwable cause)
Constructor for CannotSerializeTransactionException. 
 | 
contains, getMessage, getMostSpecificCause, getRootCausepublic CannotSerializeTransactionException(java.lang.String msg)
msg - the detail messagepublic CannotSerializeTransactionException(java.lang.String msg,
                                           java.lang.Throwable cause)
msg - the detail messagecause - the root cause from the data access API in use