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