Class ProtocolVersionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ProtocolVersionException
    extends java.lang.IllegalStateException
    An exception that indicates mismatch between the versions of two protocol peer implementations.
    Since:
    4.2
    Author:
    Eike Stepper
    See Also:
    Serialized Form
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void checkVersion​(IProtocol<?> protocol, int expectedVersion)  
      • 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

      • ProtocolVersionException

        public ProtocolVersionException()
      • ProtocolVersionException

        public ProtocolVersionException​(java.lang.String s)
      • ProtocolVersionException

        public ProtocolVersionException​(java.lang.Throwable cause)
      • ProtocolVersionException

        public ProtocolVersionException​(java.lang.String message,
                                        java.lang.Throwable cause)