Class DatastoreDriverNotFoundException

  • All Implemented Interfaces:
    java.io.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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DatastoreDriverNotFoundException

        public DatastoreDriverNotFoundException​(java.lang.String driverClassName)
        Constructor.
        Parameters:
        driverClassName - Class name for the datastore driver