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:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description HttpResponseException(String message, int statusCode, String reasonPhrase, byte[] bytes)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getBytes()StringgetReasonPhrase()intgetStatusCode()StringtoString()- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
- 
 
-