org.datanucleus.store.rdbms.datasource
Class DatastorePoolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.datanucleus.exceptions.NucleusException
org.datanucleus.store.rdbms.datasource.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
|
Field Summary |
protected static org.datanucleus.util.Localiser |
LOCALISER
Localisation of messages. |
| Methods inherited from class org.datanucleus.exceptions.NucleusException |
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal |
LOCALISER
protected static final org.datanucleus.util.Localiser LOCALISER
- Localisation of messages.
DatastorePoolException
public DatastorePoolException(String poolName,
String driverName,
String url,
Exception nested)
- Constructor.
- Parameters:
poolName - Name of the connection pooldriverName - Name of the driverurl - URL for the datastorenested - The root exception
Copyright © 2012. All Rights Reserved.