com.cafesoft.core.pool
Class ObjectPoolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.cafesoft.core.exception.NestedException
com.cafesoft.core.pool.ObjectPoolException
- All Implemented Interfaces:
- Serializable
public class ObjectPoolException
- extends NestedException
Thrown if an error occurrs related to object pools.
- Since:
- 7/8/03
- See Also:
- Serialized Form
ObjectPoolException
public ObjectPoolException()
- Create a new ObjectPoolException.
ObjectPoolException
public ObjectPoolException(String message)
- Create a new ObjectPoolException.
- Parameters:
message - a textual message describing the exception.
ObjectPoolException
public ObjectPoolException(String message,
Throwable cause)
- Create a new ObjectPoolException.
- Parameters:
message - a textual message describing the exception.cause - throwable that caused this exception
Generated on 10:38:35 AM April 14, 2011, © 1996-2010 Cafésoft LLC. All rights reserved.