org.d_haven.mpool

Class PoolException

public class PoolException extends Exception

A wrapper exception to notify the user when something exceptional happens in a pool.
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.

Constructor Detail

PoolException

public PoolException(String message)
Create a PoolException with the supplied message.

Parameters: message the message for the exception

PoolException

public PoolException(String message, Throwable cause)
Create a PoolException with the supplied message and exception.

Parameters: message the message the exception cause the exception causing this failure