com.alipay.remoting.rpc.exception
Class InvokeSendFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.alipay.remoting.exception.RemotingException
com.alipay.remoting.rpc.exception.InvokeSendFailedException
- All Implemented Interfaces:
- Serializable
public class InvokeSendFailedException
- extends RemotingException
Exception when invoke send failed
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvokeSendFailedException
public InvokeSendFailedException()
- Default constructor.
InvokeSendFailedException
public InvokeSendFailedException(String msg)
InvokeSendFailedException
public InvokeSendFailedException(String msg,
Throwable cause)
Copyright © 2018. All rights reserved.