spring-framework / org.springframework.dao / CannotSerializeTransactionException / <init>

<init>

CannotSerializeTransactionException(msg: String)

Constructor for CannotSerializeTransactionException.

Parameters

msg - the detail message

CannotSerializeTransactionException(msg: String, cause: Throwable)

Constructor for CannotSerializeTransactionException.

Parameters

msg - the detail message

cause - the root cause from the data access API in use