|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException javax.jdo.JDOException javax.jdo.JDOCanRetryException javax.jdo.JDOUserException com.triactive.jdo.ClassNotPersistenceCapableException
An ClassNotPersistenceCapableException is thrown if an attempt is made to persist or otherwise manage an object whose class is not persistence- capable. This may be because the class has not been appropriately enhanced or because the class metadata is not accessible.
Constructor Summary | |
ClassNotPersistenceCapableException(java.lang.Class c)
Constructs a class-not-persistence-capable exception with the specified detail message. |
Methods inherited from class javax.jdo.JDOException |
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ClassNotPersistenceCapableException(java.lang.Class c)
c
- The class that is not PersistenceCapable.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |