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

<init>

DuplicateKeyException(msg: String)

Constructor for DuplicateKeyException.

Parameters

msg - the detail message

DuplicateKeyException(msg: String, cause: Throwable)

Constructor for DuplicateKeyException.

Parameters

msg - the detail message

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