org.apache.cayenne.jpa
Class JpaProviderException
java.lang.Object
PersistenceException
org.apache.cayenne.jpa.JpaProviderException
public class JpaProviderException
- extends PersistenceException
A runtime exception thrown on various problems in the provider code.
- Author:
- Andrus Adamchik
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.