Package org.datanucleus.exceptions
Class DatastoreInitialisationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.datanucleus.exceptions.NucleusException
org.datanucleus.exceptions.NucleusUserException
org.datanucleus.exceptions.DatastoreInitialisationException
- All Implemented Interfaces:
Serializable
Representation of an error encountered initialising a datastore.
- Version:
- $Revision: 1.5 $
- See Also:
-
Field Summary
FieldsFields inherited from class org.datanucleus.exceptions.NucleusException
failed, fatal, nested
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor for an exception with a message.Constructor for an exception with a message. -
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
-
DatastoreInitialisationException
Constructor for an exception with a message.- Parameters:
msg
- the detail message
-
DatastoreInitialisationException
Constructor for an exception with a message.- Parameters:
msg
- the detail messageex
- the source exception
-