spring-framework / org.springframework.transaction / CannotCreateTransactionException / <init>
<init>
CannotCreateTransactionException(msg: String)
Constructor for CannotCreateTransactionException.
Parameters
msg - the detail message
CannotCreateTransactionException(msg: String, cause: Throwable)
Constructor for CannotCreateTransactionException.
Parameters
msg - the detail message
cause - the root cause from the transaction API in use