Class UnsupportedHttpVersionException

All Implemented Interfaces:
Serializable

public class UnsupportedHttpVersionException
extends ProtocolException
Indicates an unsupported version of the HTTP protocol.
Version:
$Revision:379772 $
Author:
Oleg Kalnichevski
See Also:
Serialized Form
  • Constructor Details

    • UnsupportedHttpVersionException

      public UnsupportedHttpVersionException()
      Creates an exception without a detail message.
    • UnsupportedHttpVersionException

      public UnsupportedHttpVersionException​(String message)
      Creates an exception with the specified detail message.
      Parameters:
      message - The exception detail message