ProtocolVersion.UnsupportedProtocolException

  • ProtocolVersion.UnsupportedProtocolException is an exception thrown when an unsupported or unrecognized protocol version is encountered.

  • This class has a public constructor that takes a String argument representing the unsupported version.

  • It inherits methods from java.lang.Throwable and java.lang.Object.

public static class ProtocolVersion.UnsupportedProtocolException extends Exception

Exception thrown when an unsupported or unrecognized protocol version is encountered.

Public Constructor Summary

Inherited Method Summary

Public Constructors

public UnsupportedProtocolException (String version)