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:
- java.io.Serializable
public class PersistenceProviderException
- extends java.lang.RuntimeException
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:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PersistenceProviderException
public PersistenceProviderException()
PersistenceProviderException
public PersistenceProviderException(java.lang.String message)
PersistenceProviderException
public PersistenceProviderException(java.lang.String message,
java.lang.Throwable cause)
PersistenceProviderException
public PersistenceProviderException(java.lang.Throwable cause)