Class ResourcePoolException

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

public class ResourcePoolException extends com.mchange.lang.PotentiallySecondaryException
See Also:
  • Constructor Details

    • ResourcePoolException

      public ResourcePoolException(String msg, Throwable t)
    • ResourcePoolException

      public ResourcePoolException(Throwable t)
    • ResourcePoolException

      public ResourcePoolException(String msg)
    • ResourcePoolException

      public ResourcePoolException()