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, toString
public CdsCommunicationException(Throwable e)
public CdsCommunicationException(String message)
public CdsCommunicationException(Throwable e, int httpStatusCode)
public CdsCommunicationException(String message, int httpStatusCode)
Copyright © 2021 SAP. All rights reserved.