Package com.mchange.v2.resourcepool
Class TimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.mchange.lang.PotentiallySecondaryException
-
- com.mchange.v2.resourcepool.ResourcePoolException
-
- com.mchange.v2.resourcepool.TimeoutException
-
- All Implemented Interfaces:
com.mchange.lang.PotentiallySecondary
,java.io.Serializable
public class TimeoutException extends ResourcePoolException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TimeoutException()
TimeoutException(java.lang.String msg)
TimeoutException(java.lang.String msg, java.lang.Throwable t)
TimeoutException(java.lang.Throwable t)
-
Method Summary
-
Methods inherited from class com.mchange.lang.PotentiallySecondaryException
getNestedThrowable, printStackTrace, printStackTrace, printStackTrace
-
-