Class NotConnectedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NotConnectedException
    extends java.io.IOException
    NotConnectedException indicates that the server connection is down. When this exception is thrown, the current operation should be aborted. At the time this exception is thrown, the user has already been informed of a server error condition.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • NotConnectedException

        public NotConnectedException​(java.lang.String msg)
        Constructor.
        Parameters:
        msg - error message
      • NotConnectedException

        public NotConnectedException​(java.lang.String msg,
                                     java.lang.Throwable cause)