Class DatastoreDriverNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.datanucleus.exceptions.NucleusException
-
- org.datanucleus.store.rdbms.connectionpool.DatastoreDriverNotFoundException
-
- All Implemented Interfaces:
Serializable
public class DatastoreDriverNotFoundException extends org.datanucleus.exceptions.NucleusException
Exception thrown when a datastore driver class (e.g JDBC driver) is not found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DatastoreDriverNotFoundException(String driverClassName)
Constructor.
-
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
-
-
-
-
Constructor Detail
-
DatastoreDriverNotFoundException
public DatastoreDriverNotFoundException(String driverClassName)
Constructor.- Parameters:
driverClassName
- Class name for the datastore driver
-
-