org.datanucleus.exceptions
Class ClassNotDetachableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.datanucleus.exceptions.NucleusException
org.datanucleus.exceptions.NucleusUserException
org.datanucleus.exceptions.ClassNotDetachableException
- All Implemented Interfaces:
- java.io.Serializable
public class ClassNotDetachableException
- extends NucleusUserException
A ClassNotDetachableException is thrown if an attempt is
made to detach an object whose class is not detachable.
- Version:
- $Revision: 1.6 $
- See Also:
- Serialized Form
|
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 java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ClassNotDetachableException
public ClassNotDetachableException(java.lang.String class_name)
- Constructs a class-not-detachable exception with the specified
detail message.
- Parameters:
class_name - Name of the class
ClassNotDetachableException
public ClassNotDetachableException(java.lang.String class_name,
java.lang.Exception nested)
- Constructs a class-not-detachable exception with the specified
detail message and nested exception.
- Parameters:
class_name - name of the classnested - the nested exception(s).
ClassNotDetachableException
public ClassNotDetachableException(java.lang.Throwable[] nested)
- Constructs a class-not-detachable exception for many objects with the specified
detail message and nested exceptions.
- Parameters:
nested - the nested exception(s).
Copyright © 2009. All Rights Reserved.