@Deprecated public class HttpResponseException extends Error
Constructor and Description |
---|
HttpResponseException(int expectedResponse,
int actualResponse)
Deprecated.
|
HttpResponseException(Throwable cause,
String body,
int[] expectedResponses,
int actualResponse)
Deprecated.
|
HttpResponseException(Throwable cause,
String body,
int expectedResponse,
int actualResponse)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
getActualResponse()
Deprecated.
|
String |
getBody()
Deprecated.
|
int |
getExpectedResponse()
Deprecated.
|
String |
getMessage()
Deprecated.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public HttpResponseException(Throwable cause, String body, int expectedResponse, int actualResponse)
public HttpResponseException(Throwable cause, String body, int[] expectedResponses, int actualResponse)
public HttpResponseException(int expectedResponse, int actualResponse)
public int getExpectedResponse()
public int getActualResponse()
public String getBody()
public String getMessage()
getMessage
in class Throwable
Copyright © 2021 JBoss by Red Hat. All rights reserved.