|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.jdo.JDOException
javax.jdo.JDOCanRetryException
javax.jdo.JDOUserException
org.jpox.exceptions.ClassNotDetachableException
A ClassNotDetachableException is thrown if an attempt is made to detach an object whose class is not detachable.
| Constructor Summary | |
ClassNotDetachableException(java.lang.String class_name)
Constructs a class-not-detachable exception with the specified detail message. |
|
ClassNotDetachableException(java.lang.String class_name,
java.lang.Exception nested)
Constructs a class-not-detachable exception with the specified detail message and nested exception. |
|
ClassNotDetachableException(java.lang.Throwable[] nested)
Constructs a class-not-detachable exception for many objects with the specified detail message and nested exceptions. |
|
| 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 ClassNotDetachableException(java.lang.String class_name)
class_name - Name of the class
public ClassNotDetachableException(java.lang.String class_name,
java.lang.Exception nested)
class_name - name of the classnested - the nested exception(s).public ClassNotDetachableException(java.lang.Throwable[] nested)
nested - the nested exception(s).
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||