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

<init>

CannotAcquireLockException(msg: String)

Constructor for CannotAcquireLockException.

Parameters

msg - the detail message

CannotAcquireLockException(msg: String, cause: Throwable)

Constructor for CannotAcquireLockException.

Parameters

msg - the detail message

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