public class PoolException
extends java.lang.Exception
| Constructor and Description |
|---|
PoolException(java.lang.String message)
Create a PoolException with the supplied message.
|
PoolException(java.lang.String message,
java.lang.Throwable cause)
Create a PoolException with the supplied message and exception.
|
public PoolException(java.lang.String message)
message - the message for the exceptionpublic PoolException(java.lang.String message,
java.lang.Throwable cause)
message - the message the exceptioncause - the exception causing this failure