Class ConnectionRejectedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ConnectionRejectedException
    extends java.io.IOException
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int errorCode  
      java.lang.String serverId  
    • 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
    • Field Detail

      • serverId

        public final java.lang.String serverId
      • errorCode

        public final int errorCode
    • Constructor Detail

      • ConnectionRejectedException

        public ConnectionRejectedException​(java.lang.String serverId,
                                           int errorCode)