spring-framework / org.springframework.transaction / TransactionSuspensionNotSupportedException / <init>

<init>

TransactionSuspensionNotSupportedException(msg: String)

Constructor for TransactionSuspensionNotSupportedException.

Parameters

msg - the detail message

TransactionSuspensionNotSupportedException(msg: String, cause: Throwable)

Constructor for TransactionSuspensionNotSupportedException.

Parameters

msg - the detail message

cause - the root cause from the transaction API in use