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