Class HttpException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.digitalcollections.model.exception.http.HttpException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HttpClientException, HttpServerException

public class HttpException extends RuntimeException
See Also:
  • Constructor Details

    • HttpException

      public HttpException(String methodKey, Exception ex)
    • HttpException

      public HttpException(String methodKey, int statuscode)
    • HttpException

      public HttpException(String methodKey, int statuscode, String request)
  • Method Details

    • getMethodKey

      public String getMethodKey()
    • getRequest

      public String getRequest()
    • getStatusCode

      public Integer getStatusCode()