net.csdn.modules.thrift.pool
Class PoolExhaustedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
PoolExhaustedException()
           
PoolExhaustedException(String message)
           
PoolExhaustedException(String message, Throwable cause)
           
PoolExhaustedException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.