org.apache.cayenne.jpa
Class JpaProviderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.persistence.PersistenceException
                  extended by org.apache.cayenne.jpa.JpaProviderException
All Implemented Interfaces:
Serializable

public class JpaProviderException
extends javax.persistence.PersistenceException

A runtime exception thrown on various problems in the provider code.

See Also:
Serialized Form

Constructor Summary
JpaProviderException()
           
JpaProviderException(String message)
           
JpaProviderException(String message, Throwable cause)
           
JpaProviderException(Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

JpaProviderException

public JpaProviderException()

JpaProviderException

public JpaProviderException(String message)

JpaProviderException

public JpaProviderException(Throwable cause)

JpaProviderException

public JpaProviderException(String message,
                            Throwable cause)


Copyright © 2001-2008 Apache Cayenne. All Rights Reserved.