org.picocontainer.gems.adapters
Class PoolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.picocontainer.PicoException
org.picocontainer.PicoIntrospectionException
org.picocontainer.gems.adapters.PoolException
- All Implemented Interfaces:
- Serializable
public class PoolException
- extends PicoIntrospectionException
Exception thrown from the PoolingComponentAdapter. Only thrown if the interaction with the internal pool fails.
- Since:
- 1.2
- Author:
- Jörg Schaible
- See Also:
- Serialized Form
PoolException
public PoolException(String message,
Throwable cause)
- Construct a PoolException with an explaining message and a originalting cause.
- Parameters:
message
- the explaining messagecause
- the originating cause- Since:
- 1.2
PoolException
public PoolException(String message)
- Construct a PoolException with an explaining message.
- Parameters:
message
- the explaining message- Since:
- 1.2
Copyright © 2003-2010 Codehaus. All Rights Reserved.