public class ClassNotDetachableException extends NucleusUserException
| Constructor and Description |
|---|
ClassNotDetachableException(String class_name)
Constructs a class-not-detachable exception with the specified
detail message.
|
ClassNotDetachableException(String class_name,
Exception nested)
Constructs a class-not-detachable exception with the specified
detail message and nested exception.
|
ClassNotDetachableException(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, setNestedExceptionaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic ClassNotDetachableException(String class_name)
class_name - Name of the classpublic ClassNotDetachableException(String class_name, Exception nested)
class_name - name of the classnested - the nested exception(s).public ClassNotDetachableException(Throwable[] nested)
nested - the nested exception(s).Copyright © 2019. All rights reserved.