weblogic.jdbc.extensions
Class PoolUnavailableSQLException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.sql.SQLException
java.sql.SQLException
               weblogic.jdbc.extensions.PoolUnavailableSQLException
weblogic.jdbc.extensions.PoolUnavailableSQLException
- All Implemented Interfaces: 
- Serializable
- public final class PoolUnavailableSQLException 
- extends SQLException
This exception is generated when an application request to get
 a connection fails because there are currently no connections
 available in the pool to be allocated.
 
 This is a transient failure, and is generated if all connections
 in the pool are currently in use.
- See Also:
- Serialized Form
 
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
PoolUnavailableSQLException
public PoolUnavailableSQLException(String msg)