com.alipay.remoting.exception
Class ConnectionClosedException

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

public class ConnectionClosedException
extends RemotingException

Exception when connection is closed.

See Also:
Serialized Form

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

ConnectionClosedException

public ConnectionClosedException()
Default constructor.


ConnectionClosedException

public ConnectionClosedException(String msg)

ConnectionClosedException

public ConnectionClosedException(String msg,
                                 Throwable cause)


Copyright © 2018. All rights reserved.