public class HttpErrorException extends IOException
Constructor and Description |
---|
HttpErrorException(org.apache.http.StatusLine statusLine,
String errorResponse) |
Modifier and Type | Method and Description |
---|---|
String |
getErrorResponse() |
org.apache.http.StatusLine |
getStatusLine() |
OAuth2ErrorRepresentation |
toErrorRepresentation() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public HttpErrorException(org.apache.http.StatusLine statusLine, String errorResponse)
public org.apache.http.StatusLine getStatusLine()
public String getErrorResponse()
public OAuth2ErrorRepresentation toErrorRepresentation()
Copyright © 2020 JBoss by Red Hat. All rights reserved.