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

<init>

NestedTransactionNotSupportedException(msg: String)

Constructor for NestedTransactionNotSupportedException.

Parameters

msg - the detail message

NestedTransactionNotSupportedException(msg: String, cause: Throwable)

Constructor for NestedTransactionNotSupportedException.

Parameters

msg - the detail message

cause - the root cause from the transaction API in use