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:
- java.io.Serializable
public class PoolException
- extends org.picocontainer.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
Constructor Summary |
PoolException(java.lang.String message)
Construct a PoolException with an explaining message. |
PoolException(java.lang.String message,
java.lang.Throwable cause)
Construct a PoolException with an explaining message and a originalting cause. |
Methods inherited from class org.picocontainer.PicoException |
getCause, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
PoolException
public PoolException(java.lang.String message,
java.lang.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(java.lang.String message)
- Construct a PoolException with an explaining message.
- Parameters:
message
- the explaining message- Since:
- 1.2