ObjectDB ObjectDB

PersistenceException(message) - JPA PersistenceException's constructor

Constructor
javax.persistence.PersistenceException
PersistenceException(
  String message
)

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