toolbox.pooling
Class ResourcePoolException

Package class diagram package ResourcePoolException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by toolbox.pooling.ResourcePoolException
All Implemented Interfaces:
java.io.Serializable

public class ResourcePoolException
extends java.lang.Exception

Exception that is generated when exceptions occurs during ResourcePool operations.

See Also:
Serialized Form

Constructor Summary
ResourcePoolException(java.lang.Exception ex)
          Creates a new ResourcePoolException from the given Exception.
ResourcePoolException(java.lang.String msg)
          Generates a ResourcePoolException with the given message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourcePoolException

public ResourcePoolException(java.lang.Exception ex)
Creates a new ResourcePoolException from the given Exception.

Parameters:
ex - Underlying exception that occured.

ResourcePoolException

public ResourcePoolException(java.lang.String msg)
Generates a ResourcePoolException with the given message.

Parameters:
msg - String containing the exception message.