org.d_haven.mpool
public class PoolException extends Exception
| Constructor Summary | |
|---|---|
| PoolException(String message)
Create a PoolException with the supplied message.
| |
| PoolException(String message, Throwable cause)
Create a PoolException with the supplied message and exception.
| |
Parameters: message the message for the exception
Parameters: message the message the exception cause the exception causing this failure