public class ClassNotPersistableException extends NucleusUserException
Constructor and Description |
---|
ClassNotPersistableException(String className)
Constructs a class-not-persistable exception with the specified detail message.
|
ClassNotPersistableException(String className,
Exception nested)
Constructs a class-not-persistable exception with the specified detail message and nested exception.
|
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal, setNestedException
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public ClassNotPersistableException(String className)
className
- Name of the classCopyright © 2019. All rights reserved.