com.alipay.remoting.rpc.exception
Class InvokeServerBusyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.alipay.remoting.exception.RemotingException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvokeServerBusyException
public InvokeServerBusyException()
- Default constructor.
InvokeServerBusyException
public InvokeServerBusyException(String msg)
InvokeServerBusyException
public InvokeServerBusyException(String msg,
Throwable cause)
Copyright © 2018. All rights reserved.