public class CommunicationException extends SdkInternalException
Constructor and Description |
---|
CommunicationException(String message,
String url) |
CommunicationException(String message,
String url,
int httpStatusCode) |
CommunicationException(String message,
String url,
int httpStatusCode,
Throwable cause) |
CommunicationException(String message,
String url,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
int |
getHttpStatusCode() |
String |
getUrl() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CommunicationException(String message, String url, int httpStatusCode)
public CommunicationException(String message, String url, int httpStatusCode, Throwable cause)
public String getUrl()
public int getHttpStatusCode()
Copyright © 2016–2025. All rights reserved.