ObjectDB ObjectDB

EntityExistsException(message) - JPA EntityExistsException's constructor

Constructor
javax.persistence.EntityExistsException
EntityExistsException(
  String message
)

Constructs a new EntityExistsException exception with the specified detail message.
Parameters:
message - the detail message.
Since:
JPA 1.0