OracleAS Personalization Java API Reference
10g Release 2 (10.1.2)

B14053-01


oracle.dmt.op.re.reexception
Class ConnectionPoolIsFullException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.dmt.op.re.reexception.ConnectionPoolIsFullException

All Implemented Interfaces:
java.io.Serializable

public class ConnectionPoolIsFullException
extends java.lang.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(java.lang.String s)
Constructs a ConnectionPoolIsFullException message with details.

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, 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(java.lang.String s)
Constructs a ConnectionPoolIsFullException message with details.
Parameters:
s - the detailed message
Since:
rtm1.0

OracleAS Personalization Java API Reference
10g Release 2 (10.1.2)

B14053-01


Copyright © 2005 Oracle. All Rights Reserved.