de.rw7.htmltools
Class HttpException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--de.rw7.htmltools.HttpException
All Implemented Interfaces:
java.io.Serializable

public class HttpException
extends java.io.IOException

The HttpException is thrown, when a HTTP-request produces an error response.

See Also:
Serialized Form

Field Summary
(package private)  int code
           
 
Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
(package private) HttpException(int code, java.lang.String response)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
<clinit>, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

code

int code
Constructor Detail

HttpException

HttpException(int code,
              java.lang.String response)