Class ProtocolVersionException

All Implemented Interfaces:
Serializable

public class ProtocolVersionException extends IllegalStateException
An exception that indicates mismatch between the versions of two protocol peer implementations.
Since:
4.2
Author:
Eike Stepper
See Also:
  • Constructor Details

    • ProtocolVersionException

      public ProtocolVersionException()
    • ProtocolVersionException

      public ProtocolVersionException(String s)
    • ProtocolVersionException

      public ProtocolVersionException(Throwable cause)
    • ProtocolVersionException

      public ProtocolVersionException(String message, Throwable cause)
  • Method Details