com.alipay.remoting.rpc.exception
Class InvokeTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.alipay.remoting.exception.RemotingException
com.alipay.remoting.rpc.exception.InvokeTimeoutException
- All Implemented Interfaces:
- Serializable
public class InvokeTimeoutException
- extends RemotingException
Exception when invoke timeout
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.