Class HttpException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.refcodes.exception.AbstractException
org.refcodes.web.WebException
org.refcodes.web.HttpException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap
Direct Known Subclasses:
HttpStatusException

public abstract class HttpException extends WebException
Base exception HTTP related problems.
See Also:
  • Constructor Details

    • HttpException

      public HttpException(String aMessage, String aErrorCode)
    • HttpException

      public HttpException(String aMessage, Throwable aCause, String aErrorCode)
    • HttpException

      public HttpException(String aMessage, Throwable aCause)
    • HttpException

      public HttpException(String aMessage)
    • HttpException

      public HttpException(Throwable aCause, String aErrorCode)
    • HttpException

      public HttpException(Throwable aCause)