public class RequestException extends RuntimeException
| Constructor and Description |
|---|
RequestException() |
RequestException(String s) |
RequestException(String s,
String messageId) |
RequestException(String errorText,
String messageId,
int responseCode) |
RequestException(String s,
Throwable throwable) |
RequestException(Throwable throwable) |
RequestException(Throwable throwable,
int responseCode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessageId() |
int |
getResponseCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RequestException()
public RequestException(String s)
public RequestException(Throwable throwable)
public RequestException(Throwable throwable, int responseCode)
public String getMessageId()
public int getResponseCode()
Copyright © 2014. All rights reserved.