com.mchange.v2.resourcepool
Class ResourcePoolException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.mchange.lang.PotentiallySecondaryException
              extended by com.mchange.v2.resourcepool.ResourcePoolException
All Implemented Interfaces:
com.mchange.lang.PotentiallySecondary, java.io.Serializable
Direct Known Subclasses:
CannotAcquireResourceException, TimeoutException

public class ResourcePoolException
extends com.mchange.lang.PotentiallySecondaryException

See Also:
Serialized Form

Constructor Summary
ResourcePoolException()
           
ResourcePoolException(java.lang.String msg)
           
ResourcePoolException(java.lang.String msg, java.lang.Throwable t)
           
ResourcePoolException(java.lang.Throwable t)
           
 
Method Summary
 
Methods inherited from class com.mchange.lang.PotentiallySecondaryException
getNestedThrowable, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, 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.String msg,
                             java.lang.Throwable t)

ResourcePoolException

public ResourcePoolException(java.lang.Throwable t)

ResourcePoolException

public ResourcePoolException(java.lang.String msg)

ResourcePoolException

public ResourcePoolException()