public class UnexpectedResponseCodeException extends RuntimeException
| Constructor and Description |
|---|
UnexpectedResponseCodeException(int responseCode) |
UnexpectedResponseCodeException(int responseCode,
String message) |
UnexpectedResponseCodeException(int responseCode,
String message,
Throwable cause) |
UnexpectedResponseCodeException(int responseCode,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
int |
getResponseCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnexpectedResponseCodeException(int responseCode)
public UnexpectedResponseCodeException(int responseCode,
String message)
public UnexpectedResponseCodeException(int responseCode,
Throwable cause)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.