public class HttpResponseException extends RuntimeException
Constructor and Description |
---|
HttpResponseException(String message,
int statusCode,
String reasonPhrase,
byte[] bytes) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBytes() |
String |
getReasonPhrase() |
int |
getStatusCode() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
Copyright © 2019 JBoss by Red Hat. All rights reserved.