Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • 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)