Package org.datanucleus.exceptions
Class NucleusUnsupportedOptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.datanucleus.exceptions.NucleusException
org.datanucleus.exceptions.NucleusUserException
org.datanucleus.exceptions.NucleusUnsupportedOptionException
- All Implemented Interfaces:
Serializable
Exception thrown when a particular option has been selected but isnt supported.
- Version:
- $Revision: 1.1 $
- See Also:
-
Field Summary
FieldsFields inherited from class org.datanucleus.exceptions.NucleusException
failed, fatal, nested
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new exception without a detail message.Constructs a new exception with the specified detail message.NucleusUnsupportedOptionException
(String msg, Throwable[] nested) Constructs a new exception with the specified detail message and nestedThrowable
s. -
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
-
NucleusUnsupportedOptionException
public NucleusUnsupportedOptionException()Constructs a new exception without a detail message. -
NucleusUnsupportedOptionException
Constructs a new exception with the specified detail message.- Parameters:
msg
- the detail message.
-
NucleusUnsupportedOptionException
Constructs a new exception with the specified detail message and nestedThrowable
s.- Parameters:
msg
- the detail message.nested
- the nestedThrowable[]
.
-