Package org.datanucleus.exceptions
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 org.datanucleus.exceptions.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 org.datanucleus.exceptions.NucleusException
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal, setNestedException
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ClassNotResolvedException
Constructs a class-not-resolvable exception with the specified detail message and nested exception.- Parameters:
msg
- the exception messagenested
- the nested exception(s).
-
ClassNotResolvedException
Constructs a class-not-resolvable exception with the specified detail message and nested exception.- Parameters:
msg
- the exception message
-