ObjectDB ObjectDB

EntityExistsException(cause) - JPA EntityExistsException's constructor

Constructor
javax.persistence.EntityExistsException
EntityExistsException(
  Throwable cause
)

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