net.sf.jbaobab.tutorial
Class RoughHttpError
java.lang.Object
java.lang.Throwable
java.lang.Error
net.sf.jbaobab.tutorial.RoughHttpError
- All Implemented Interfaces:
- Serializable
public class RoughHttpError
- extends Error
An Error
that represents HTTP errors, designed for
RoughHttpHandler
.
- Author:
- Oakyoon Cha
- See Also:
RoughHttpHandler
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
HTTP_400
public static final RoughHttpError HTTP_400
HTTP_403
public static final RoughHttpError HTTP_403
HTTP_404
public static final RoughHttpError HTTP_404
HTTP_500
public static final RoughHttpError HTTP_500
HTTP_501
public static final RoughHttpError HTTP_501
HTTP_505
public static final RoughHttpError HTTP_505
RoughHttpError
public RoughHttpError(Integer code)
code
public Integer code()
description
public String description()
extras
public Map<String,String> extras()
connectionReusable
public boolean connectionReusable()