public class CloudOperationException extends CloudException
| Constructor and Description |
|---|
CloudOperationException(org.springframework.http.HttpStatus statusCode) |
CloudOperationException(org.springframework.http.HttpStatus statusCode,
String statusText) |
CloudOperationException(org.springframework.http.HttpStatus statusCode,
String statusText,
String description) |
CloudOperationException(org.springframework.http.HttpStatus statusCode,
String statusText,
String description,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
org.springframework.http.HttpStatus |
getStatusCode() |
String |
getStatusText() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CloudOperationException(org.springframework.http.HttpStatus statusCode)
public CloudOperationException(org.springframework.http.HttpStatus statusCode,
String statusText)
public CloudOperationException(org.springframework.http.HttpStatus statusCode,
String statusText,
String description)
Copyright © 2020 SAP SE. All rights reserved.