public class PersistenceException
extends java.lang.Exception
| Constructor and Description |
|---|
PersistenceException() |
PersistenceException(java.lang.String message) |
PersistenceException(java.lang.String message,
java.lang.Throwable cause) |
PersistenceException(java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
static void |
throwMe(java.lang.Throwable error) |
public PersistenceException()
public PersistenceException(java.lang.String message)
public PersistenceException(java.lang.Throwable cause)
public PersistenceException(java.lang.String message,
java.lang.Throwable cause)
public static void throwMe(java.lang.Throwable error)
throws PersistenceException
PersistenceException