com.alipay.remoting.rpc.exception
Class InvokeServerBusyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.alipay.remoting.exception.RemotingException
              extended by com.alipay.remoting.rpc.exception.InvokeServerBusyException
All Implemented Interfaces:
Serializable

public class InvokeServerBusyException
extends RemotingException

Exception when thread pool busy of process server

See Also:
Serialized Form

Constructor Summary
InvokeServerBusyException()
          Default constructor.
InvokeServerBusyException(String msg)
           
InvokeServerBusyException(String msg, 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

InvokeServerBusyException

public InvokeServerBusyException()
Default constructor.


InvokeServerBusyException

public InvokeServerBusyException(String msg)

InvokeServerBusyException

public InvokeServerBusyException(String msg,
                                 Throwable cause)


Copyright © 2018. All rights reserved.