Class HttpResponseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.keycloak.authorization.client.util.HttpResponseException
All Implemented Interfaces:
Serializable

public class HttpResponseException extends RuntimeException
Author:
Pedro Igor
See Also:
  • Constructor Details

    • HttpResponseException

      public HttpResponseException(String message, int statusCode, String reasonPhrase, byte[] bytes)
  • Method Details

    • getStatusCode

      public int getStatusCode()
    • getReasonPhrase

      public String getReasonPhrase()
    • getBytes

      public byte[] getBytes()
    • toString

      public String toString()
      Overrides:
      toString in class Throwable