org.springframework.transaction
Class CannotCreateTransactionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.transaction.TransactionException
org.springframework.transaction.CannotCreateTransactionException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- NestedTransactionNotSupportedException, TransactionSuspensionNotSupportedException
public class CannotCreateTransactionException
- extends TransactionException
Exception thrown when a transaction can't be created using an
underlying transaction API such as JTA.
- Since:
- 17.03.2003
- Author:
- Rod Johnson
- See Also:
- Serialized Form
CannotCreateTransactionException
public CannotCreateTransactionException(String msg)
- Constructor for CannotCreateTransactionException.
- Parameters:
msg
- the detail message
CannotCreateTransactionException
public CannotCreateTransactionException(String msg,
Throwable cause)
- Constructor for CannotCreateTransactionException.
- Parameters:
msg
- the detail messagecause
- the root cause from the transaction API in use