com.alipay.remoting.rpc.exception
Class InvokeTimeoutException

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

public class InvokeTimeoutException
extends RemotingException

Exception when invoke timeout

See Also:
Serialized Form

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

InvokeTimeoutException

public InvokeTimeoutException()
Default constructor.


InvokeTimeoutException

public InvokeTimeoutException(String msg)
Parameters:
msg -

InvokeTimeoutException

public InvokeTimeoutException(String msg,
                              Throwable cause)
Parameters:
msg -


Copyright © 2018. All rights reserved.