org.jpox.store.rdbms.datasource
Class DatastorePoolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jpox.exceptions.JPOXException
org.jpox.store.rdbms.datasource.DatastorePoolException
- All Implemented Interfaces:
- java.io.Serializable
public class DatastorePoolException
- extends org.jpox.exceptions.JPOXException
Exception thrown when encountering an error creating a data source pool.
- Version:
- $Revision: 1.1 $
- See Also:
- Serialized Form
|
Field Summary |
protected static org.jpox.util.Localiser |
LOCALISER
Localisation of messages. |
|
Constructor Summary |
DatastorePoolException(java.lang.String poolName,
java.lang.String driverName,
java.lang.String url,
java.lang.Exception nested)
Constructor. |
| Methods inherited from class org.jpox.exceptions.JPOXException |
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LOCALISER
protected static final org.jpox.util.Localiser LOCALISER
- Localisation of messages.
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 pooldriverName - Name of the driverurl - URL for the datastorenested - The root exception
Copyright © -2008 . All Rights Reserved.