Class OpenApiRequestException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sap.cloud.sdk.services.openapi.core.OpenApiRequestException
All Implemented Interfaces:
Serializable

public class OpenApiRequestException extends RuntimeException
Thrown if an error occurs during the invocation of a OpenAPI service.
See Also:
  • Constructor Details

    • OpenApiRequestException

      public OpenApiRequestException(@Nonnull String message)
      Thrown if an error occurs during the invocation of a OpenAPI service.
      Parameters:
      message - The message of this exception
    • OpenApiRequestException

      public OpenApiRequestException(@Nonnull String message, @Nonnull Throwable cause)
      Thrown if an error occurs during the invocation of a OpenAPI service.
      Parameters:
      message - The message of this exception
      cause - The cause of this exception
    • OpenApiRequestException

      public OpenApiRequestException(@Nonnull Throwable cause)
      Thrown if an error occurs during the invocation of a OpenAPI service.
      Parameters:
      cause - The cause of this exception