public class ObjectDetachedException extends NucleusUserException
Constructor and Description |
---|
ObjectDetachedException(String class_name)
Constructs a class-not-detachable exception with the specified
detail message.
|
ObjectDetachedException(String class_name,
Exception nested)
Constructs a class-not-detachable exception with the specified
detail message and nested exception.
|
ObjectDetachedException(Throwable[] nested)
Constructs a class-not-detachable exception for many objects with the specified
detail message and nested exceptions.
|
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal, setNestedException
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public ObjectDetachedException(String class_name)
class_name
- Name of the classpublic ObjectDetachedException(String class_name, Exception nested)
class_name
- name of the classnested
- the nested exception(s).public ObjectDetachedException(Throwable[] nested)
nested
- the nested exception(s).Copyright © 2019. All rights reserved.