public class PoolException
extends org.picocontainer.PicoIntrospectionException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
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.
|
getCause, printStackTrace, printStackTrace, printStackTrace
private static final long serialVersionUID
public PoolException(java.lang.String message, java.lang.Throwable cause)
message
- the explaining messagecause
- the originating causepublic PoolException(java.lang.String message)
message
- the explaining message