Class UnsupportedProtocolVersionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.shinyhut.vernacular.client.exceptions.VncException
com.shinyhut.vernacular.client.exceptions.UnsupportedProtocolVersionException
All Implemented Interfaces:
Serializable

public class UnsupportedProtocolVersionException extends VncException
See Also:
  • Field Details

    • serverMajor

      private final int serverMajor
    • serverMinor

      private final int serverMinor
    • requiredMajor

      private final int requiredMajor
    • requiredMinor

      private final int requiredMinor
  • Constructor Details

    • UnsupportedProtocolVersionException

      public UnsupportedProtocolVersionException(int serverMajor, int serverMinor, int minMajor, int minMinor)
  • Method Details

    • getServerMajor

      public int getServerMajor()
    • getServerMinor

      public int getServerMinor()
    • getRequiredMajor

      public int getRequiredMajor()
    • getRequiredMinor

      public int getRequiredMinor()