Package org.openxava.model.impl
Class PersistenceProviderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openxava.model.impl.PersistenceProviderException
- All Implemented Interfaces:
Serializable
Runtime exception to be thrown by a
IPersistenceProvider
when a system level error is produced.
This exception exists for your convenience, also you can throw
PersistenceException, JDOException, HibernateException, EJBException or
whatever RuntimeException your want.
- Author:
- Javier Paniza
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPersistenceProviderException(String message) PersistenceProviderException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PersistenceProviderException
public PersistenceProviderException() -
PersistenceProviderException
-
PersistenceProviderException
-
PersistenceProviderException
-