Package com.mchange.v2.resourcepool
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,- java.io.Serializable
 - Direct Known Subclasses:
- CannotAcquireResourceException,- NoGoodResourcesException,- TimeoutException
 
 public class ResourcePoolException extends com.mchange.lang.PotentiallySecondaryException- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description 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.PotentiallySecondaryExceptiongetNestedThrowable, printStackTrace, printStackTrace, printStackTrace
 
- 
 
- 
- 
- 
Constructor Detail- 
ResourcePoolExceptionpublic ResourcePoolException(java.lang.String msg, java.lang.Throwable t)
 - 
ResourcePoolExceptionpublic ResourcePoolException(java.lang.Throwable t) 
 - 
ResourcePoolExceptionpublic ResourcePoolException(java.lang.String msg) 
 - 
ResourcePoolExceptionpublic ResourcePoolException() 
 
- 
 
-