A ObjectDetachedException is thrown if an attempt is
made to use the object in a process that doesn't allow detached objects.
version: $Revision: 1.4 $
Constructor Summary
public
ObjectDetachedException(String class_name) Constructs a class-not-detachable exception with the specified
detail message.
public
ObjectDetachedException(String class_name, Exception nested) Constructs a class-not-detachable exception with the specified
detail message and nested exception.
public
ObjectDetachedException(Throwable[] nested) Constructs a class-not-detachable exception for many objects with the specified
detail message and nested exceptions.
Constructor Detail
ObjectDetachedException
public ObjectDetachedException(String class_name)(Code)
Constructs a class-not-detachable exception with the specified
detail message.
Parameters: class_name - Name of the class
Constructs a class-not-detachable exception with the specified
detail message and nested exception.
Parameters: class_name - name of the class Parameters: nested - the nested exception(s).
Constructs a class-not-detachable exception for many objects with the specified
detail message and nested exceptions.
Parameters: nested - the nested exception(s).
Fields inherited from org.jpox.exceptions.JPOXException