NPersistence Reference Guide
Overload List
Name | Description |
---|---|
PersistenceException()()()() |
Constructs a new PersistenceException exception
with null as its detail message.
|
PersistenceException(Exception) |
Constructs a new PersistenceException exception
with the specified cause. |
PersistenceException(String) |
Constructs a new PersistenceException exception
with the specified detail message.
|
PersistenceException(String, Exception) |
Constructs a new PersistenceException exception
with the specified detail message and cause.
|