net.csdn.modules.thrift.pool
Class PoolExhaustedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.csdn.modules.thrift.pool.PoolExhaustedException
- All Implemented Interfaces:
- Serializable
public class PoolExhaustedException
- extends Exception
This exception will be thrown when the pool is exhausted and cannot or will not borrow another instance
- Author:
- Bongjae Chang
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PoolExhaustedException
public PoolExhaustedException()
PoolExhaustedException
public PoolExhaustedException(String message)
PoolExhaustedException
public PoolExhaustedException(String message,
Throwable cause)
PoolExhaustedException
public PoolExhaustedException(Throwable cause)
Copyright © 2014. All Rights Reserved.