UnsupportedHttpVersionExceptionpublic class UnsupportedHttpVersionException extends ProtocolException Indicates an unsupported version of the HTTP protocol. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public UnsupportedHttpVersionException()Creates an exception without a detail message.
super();
| public UnsupportedHttpVersionException(String message)Creates an exception with the specified detail message.
super(message);
|
|