com.alipay.remoting.exception
Class RemotingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.alipay.remoting.exception.RemotingException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CodecException, ConnectionClosedException, InvokeException, InvokeSendFailedException, InvokeServerBusyException, InvokeServerException, InvokeTimeoutException, RpcServerException

public class RemotingException
extends Exception

Exception for default remoting problems

See Also:
Serialized Form

Constructor Summary
RemotingException()
          Constructor.
RemotingException(String message)
          Constructor.
RemotingException(String message, Throwable cause)
          Constructor.
 
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

RemotingException

public RemotingException()
Constructor.


RemotingException

public RemotingException(String message)
Constructor.


RemotingException

public RemotingException(String message,
                         Throwable cause)
Constructor.



Copyright © 2018. All rights reserved.