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