Class DatastorePoolException

  • All Implemented Interfaces:
    Serializable

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

      • DatastorePoolException

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