com.cafesoft.core.pool
Class PoolAtMaximumException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.cafesoft.core.exception.NestedException
                    |
                    +--com.cafesoft.core.pool.PoolAtMaximumException
All Implemented Interfaces:
Serializable

public class PoolAtMaximumException
extends NestedException

An exception used to indicate an error condition that can occur while attempting to borrow an object from the object pool.

The error condition occurs when an attempt to create an object is made while the object pool has reached its maximum of objects that can be created.

Since:
11/6/01
See Also:
Serialized Form

Constructor Summary
PoolAtMaximumException()
          Create a new PoolAtMaximumException
PoolAtMaximumException(String message)
          Create a new PoolAtMaximumException
PoolAtMaximumException(String message, Throwable cause)
          Create a new PoolAtMaximumException
 
Methods inherited from class com.cafesoft.core.exception.NestedException
getCause, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PoolAtMaximumException

public PoolAtMaximumException()
Create a new PoolAtMaximumException


PoolAtMaximumException

public PoolAtMaximumException(String message)
Create a new PoolAtMaximumException

Parameters:
message - the message to include with the exception

PoolAtMaximumException

public PoolAtMaximumException(String message,
                              Throwable cause)
Create a new PoolAtMaximumException

Parameters:
message - the message to include with the exception
cause - throwable that caused this exception


Generated on 8:41:50 AM June 06, 2005, © 1996-2005 Cafésoft LLC. All rights reserved.