Class DatastorePoolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.datanucleus.exceptions.NucleusException
org.datanucleus.store.rdbms.connectionpool.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:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDatastorePoolException
(String poolName, String driverName, String url, 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
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
DatastorePoolException
Constructor.- Parameters:
poolName
- Name of the connection pooldriverName
- Name of the driverurl
- URL for the datastorenested
- The root exception
-