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