net.csdn.modules.thrift.pool
Class NoValidObjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.csdn.modules.thrift.pool.NoValidObjectException
- All Implemented Interfaces:
- Serializable
public class NoValidObjectException
- extends Exception
This exception will be thrown when the pool cannot create a new instance by PoolableObjectFactory.createObject(K)
or there are no valid instances which used to be tested by PoolableObjectFactory.validateObject(K, V)
- 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 |
NoValidObjectException
public NoValidObjectException()
NoValidObjectException
public NoValidObjectException(String message)
NoValidObjectException
public NoValidObjectException(String message,
Throwable cause)
NoValidObjectException
public NoValidObjectException(Throwable cause)
Copyright © 2014. All Rights Reserved.