public class CloudControllerException extends CloudOperationException
| Constructor and Description |
|---|
CloudControllerException(CloudOperationException cloudOperationException) |
CloudControllerException(org.springframework.http.HttpStatus statusCode) |
CloudControllerException(org.springframework.http.HttpStatus statusCode,
String statusText) |
CloudControllerException(org.springframework.http.HttpStatus statusCode,
String statusText,
String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
getDescription, getStatusCode, getStatusTextaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CloudControllerException(CloudOperationException cloudOperationException)
public CloudControllerException(org.springframework.http.HttpStatus statusCode)
public CloudControllerException(org.springframework.http.HttpStatus statusCode,
String statusText)
public String getMessage()
getMessage in class ThrowableCopyright © 2020 SAP SE. All rights reserved.