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