com.alipay.remoting.rpc.exception
Class RpcServerException

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

public class RpcServerException
extends RemotingException

Rpc server exception when processing request

See Also:
Serialized Form

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

RpcServerException

public RpcServerException()
Default constructor.


RpcServerException

public RpcServerException(String msg)

RpcServerException

public RpcServerException(String msg,
                          Throwable cause)


Copyright © 2018. All rights reserved.