com.alipay.remoting.rpc.exception
Class InvokeSendFailedException

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.InvokeSendFailedException
All Implemented Interfaces:
Serializable

public class InvokeSendFailedException
extends RemotingException

Exception when invoke send failed

See Also:
Serialized Form

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

InvokeSendFailedException

public InvokeSendFailedException()
Default constructor.


InvokeSendFailedException

public InvokeSendFailedException(String msg)

InvokeSendFailedException

public InvokeSendFailedException(String msg,
                                 Throwable cause)


Copyright © 2018. All rights reserved.