public static class Pooled.PoolException extends PicoCompositionException
| Constructor and Description |
|---|
Pooled.PoolException(String message)
Construct a PoolException with an explaining message.
|
Pooled.PoolException(String message,
Throwable cause)
Construct a PoolException with an explaining message and a originalting cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic Pooled.PoolException(String message, Throwable cause)
message - the explaining messagecause - the originating causepublic Pooled.PoolException(String message)
message - the explaining messageCopyright © 2003-2014 Codehaus. All Rights Reserved.