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
Thrown if an error occurs during the invocation of a OpenAPI service.
- See Also:
-
Constructor Summary
ConstructorDescriptionOpenApiRequestException
(String message) Thrown if an error occurs during the invocation of a OpenAPI service.OpenApiRequestException
(String message, Throwable cause) Thrown if an error occurs during the invocation of a OpenAPI service.OpenApiRequestException
(Throwable cause) Thrown if an error occurs during the invocation of a OpenAPI service. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OpenApiRequestException
Thrown if an error occurs during the invocation of a OpenAPI service.- Parameters:
message
- The message of this exception
-
OpenApiRequestException
Thrown if an error occurs during the invocation of a OpenAPI service.- Parameters:
message
- The message of this exceptioncause
- The cause of this exception
-
OpenApiRequestException
Thrown if an error occurs during the invocation of a OpenAPI service.- Parameters:
cause
- The cause of this exception
-