org.apache.http.UnsupportedHttpVersionException
Indicates an unsupported version of the HTTP protocol.
Summary
Public Constructors
fillInStackTrace,
getCause,
getLocalizedMessage,
getMessage,
getStackTrace,
initCause,
printStackTrace,
printStackTrace,
printStackTrace,
setStackTrace,
toString
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
UnsupportedHttpVersionException()
Creates an exception without a detail message.
public
UnsupportedHttpVersionException(String message)
Creates an exception with the specified detail message.
Parameters
message
| The exception detail message
|