Class DatastorePoolException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DatastorePoolException
    extends org.datanucleus.exceptions.NucleusException
    Exception thrown when encountering an error creating a data source pool.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      DatastorePoolException​(java.lang.String poolName, java.lang.String driverName, java.lang.String url, java.lang.Exception nested)
      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
      • Methods inherited from class java.lang.Object

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

      • DatastorePoolException

        public DatastorePoolException​(java.lang.String poolName,
                                      java.lang.String driverName,
                                      java.lang.String url,
                                      java.lang.Exception nested)
        Constructor.
        Parameters:
        poolName - Name of the connection pool
        driverName - Name of the driver
        url - URL for the datastore
        nested - The root exception