org.apache.http
public class UnsupportedHttpVersionException extends ProtocolException
| Constructor and Description |
|---|
UnsupportedHttpVersionException()
Creates an exception without a detail message.
|
UnsupportedHttpVersionException(String message)
Creates an exception with the specified detail message.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsupportedHttpVersionException()
public UnsupportedHttpVersionException(String message)
message - The exception detail messageCopyright © 2005–2014 The Apache Software Foundation. All rights reserved.