com.radekzitek.userver.http.exception
Class HttpVersionFormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.radekzitek.userver.http.exception.HttpObjectFormatException
              extended bycom.radekzitek.userver.http.exception.HttpVersionFormatException
All Implemented Interfaces:
java.io.Serializable

public class HttpVersionFormatException
extends HttpObjectFormatException

Exception thrown when attempt is made to parse HTTP version setring which does not match the required format - HTTP/1.1 as example.

Author:
rzitek
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          Comment for serialVersionUID
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
HttpVersionFormatException(java.lang.String message)
          Contructor used to provide exception message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Comment for serialVersionUID

See Also:
Constant Field Values
Constructor Detail

HttpVersionFormatException

public HttpVersionFormatException(java.lang.String message)
Contructor used to provide exception message.

Parameters:
message - Exception message.