Class HttpException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.milton.httpclient.HttpException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GenericHttpException, InternalServerError, MethodNotAllowedException, RedirectException

public abstract class HttpException extends Exception
Author:
mcevoyb
See Also:
  • Constructor Details

    • HttpException

      public HttpException(int result, String href)
    • HttpException

      public HttpException(String href, Throwable cause)
  • Method Details

    • getResult

      public int getResult()
    • getHref

      public String getHref()