org.apache.cayenne.jpa
Class JpaProviderException

java.lang.Object
  extended by PersistenceException
      extended by org.apache.cayenne.jpa.JpaProviderException

public class JpaProviderException
extends PersistenceException

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

Author:
Andrus Adamchik

Constructor Summary
JpaProviderException()
           
JpaProviderException(String message)
           
JpaProviderException(String message, Throwable cause)
           
JpaProviderException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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-2007 Apache Cayenne. All Rights Reserved.