org.picocontainer.gems.behaviors
Class Pooled.PoolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.picocontainer.PicoException
org.picocontainer.PicoCompositionException
org.picocontainer.gems.behaviors.Pooled.PoolException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Pooled<T>
public static class Pooled.PoolException
- extends PicoCompositionException
Exception thrown from the Pooled. Only thrown if the interaction with the internal pool fails.
- Author:
- Jörg Schaible
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Pooled.PoolException
public Pooled.PoolException(String message,
Throwable cause)
- Construct a PoolException with an explaining message and a originalting cause.
- Parameters:
message
- the explaining messagecause
- the originating cause
Pooled.PoolException
public Pooled.PoolException(String message)
- Construct a PoolException with an explaining message.
- Parameters:
message
- the explaining message
Copyright © 2003-2010 Codehaus. All Rights Reserved.