ClassNotDetachableException(Throwable[] nested) Constructs a class-not-detachable exception for many objects with the specified
detail message and nested exceptions.
Constructor Detail
ClassNotDetachableException
public ClassNotDetachableException(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).
ClassNotDetachableException
public ClassNotDetachableException(Throwable[] nested)(Code)
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