Package com.sap.cds

Class CdsCommunicationException

All Implemented Interfaces:
Serializable

public class CdsCommunicationException extends CdsException
This exception is thrown when the client is unable to communicate with the remote system, such as data store or MTX "sidecar".
See Also:
  • Constructor Details

    • CdsCommunicationException

      public CdsCommunicationException(Throwable e)
    • CdsCommunicationException

      public CdsCommunicationException(String message)
    • CdsCommunicationException

      public CdsCommunicationException(String message, Throwable e)
    • CdsCommunicationException

      public CdsCommunicationException(Throwable e, int httpStatusCode)
    • CdsCommunicationException

      public CdsCommunicationException(String message, int httpStatusCode)
    • CdsCommunicationException

      public CdsCommunicationException(String message, Throwable e, int httpStatusCode)
  • Method Details

    • getHttpStatusCode

      public int getHttpStatusCode()