ObjectDB ObjectDB

PersistenceException(cause) - JPA PersistenceException's constructor

Constructor
javax.persistence.PersistenceException
PersistenceException(
  Throwable cause
)

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