Oracle Personalization
REAPI_RT
v9.0.2

oracle.dmt.op.re.reexception
Class ConnectionPoolIsFullException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.dmt.op.re.reexception.ConnectionPoolIsFullException
All Implemented Interfaces:
Serializable

public class ConnectionPoolIsFullException
extends Exception

Signals that a ConnectionPoolIsFull exception of some sort has occurred.

Since:
rtm1
See Also:
Serialized Form

Constructor Summary
ConnectionPoolIsFullException()
          Constructs a ConnectionPoolIsFullException message without details.
ConnectionPoolIsFullException(String s)
          Constructs a ConnectionPoolIsFullException message with details.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionPoolIsFullException

public ConnectionPoolIsFullException()
Constructs a ConnectionPoolIsFullException message without details.
Since:
rtm1.0

ConnectionPoolIsFullException

public ConnectionPoolIsFullException(String s)
Constructs a ConnectionPoolIsFullException message with details.
Parameters:
s - the detailed message
Since:
rtm1.0

Oracle Personalization
REAPI_RT
v9.0.2