Class IncompatibleClientException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Fields 
      Modifier and Type Field Description
      java.lang.String serverId  
      int serverVersion  
    • Constructor Summary

      Constructors 
      Constructor Description
      IncompatibleClientException​(java.lang.String serverId, int serverVersion)  
    • 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
      • serverVersion

        public final int serverVersion
    • Constructor Detail

      • IncompatibleClientException

        public IncompatibleClientException​(java.lang.String serverId,
                                           int serverVersion)