Class HttpErrorDecoder

java.lang.Object
de.digitalcollections.model.api.http.exceptions.HttpErrorDecoder

public class HttpErrorDecoder
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    HttpErrorDecoder()  
  • Method Summary

    Modifier and Type Method Description
    static HttpException decode​(java.lang.String methodKey, int statusCode, java.net.http.HttpResponse response)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HttpErrorDecoder

      public HttpErrorDecoder()
  • Method Details

    • decode

      public static HttpException decode​(java.lang.String methodKey, int statusCode, java.net.http.HttpResponse response)