Class PersistenceProviderException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openxava.model.impl.PersistenceProviderException
All Implemented Interfaces:
Serializable

public class PersistenceProviderException extends 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:
  • Constructor Details

    • PersistenceProviderException

      public PersistenceProviderException()
    • PersistenceProviderException

      public PersistenceProviderException(String message)
    • PersistenceProviderException

      public PersistenceProviderException(String message, Throwable cause)
    • PersistenceProviderException

      public PersistenceProviderException(Throwable cause)