Class ClassNotResolvedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.datanucleus.exceptions.NucleusException
org.datanucleus.exceptions.ClassNotResolvedException
- All Implemented Interfaces:
Serializable
A ClassNotResolvedException is thrown if an attempt is
made to load a class that cannot be found by the ClassLoaderResolver.
- See Also:
-
Field Summary
FieldsFields inherited from class NucleusException
failed, fatal, nested -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a class-not-resolvable exception with the specified detail message and nested exception.ClassNotResolvedException(String msg, Throwable nested) Constructs a class-not-resolvable exception with the specified detail message and nested exception. -
Method Summary
Methods inherited from class NucleusException
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal, setNestedExceptionMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ClassNotResolvedException
-
ClassNotResolvedException
Constructs a class-not-resolvable exception with the specified detail message and nested exception.- Parameters:
msg- the exception message
-