public class CdsCommunicationException extends CdsException
| Constructor and Description |
|---|
CdsCommunicationException(String message) |
CdsCommunicationException(String message,
int httpStatusCode) |
CdsCommunicationException(String message,
Throwable e) |
CdsCommunicationException(String message,
Throwable e,
int httpStatusCode) |
CdsCommunicationException(Throwable e) |
CdsCommunicationException(Throwable e,
int httpStatusCode) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHttpStatusCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CdsCommunicationException(Throwable e)
public CdsCommunicationException(String message)
public CdsCommunicationException(Throwable e, int httpStatusCode)
public CdsCommunicationException(String message, int httpStatusCode)
Copyright © 2020 SAP. All rights reserved.