public class MindsphereClientConfigurationException extends MindsphereClientException
| Constructor and Description |
|---|
MindsphereClientConfigurationException() |
MindsphereClientConfigurationException(String errorMessage,
HttpStatus httpStatus) |
MindsphereClientConfigurationException(String errorMessage,
HttpStatus httpStatus,
Throwable exceptionCause) |
MindsphereClientConfigurationException(String statusCode,
String errorMessage) |
MindsphereClientConfigurationException(String errorMessage,
String errorStatusCode,
HttpStatus httpStatus,
String logref,
Throwable cause) |
getErrorMessage, getErrorStatusCode, getHttpStatus, getLogref, setErrorMessage, setErrorStatusCode, setHttpStatus, setLogrefpublic MindsphereClientConfigurationException()
public MindsphereClientConfigurationException(String statusCode,
String errorMessage)
public MindsphereClientConfigurationException(String errorMessage,
HttpStatus httpStatus)
public MindsphereClientConfigurationException(String errorMessage,
HttpStatus httpStatus,
Throwable exceptionCause)
public MindsphereClientConfigurationException(String errorMessage,
String errorStatusCode,
HttpStatus httpStatus,
String logref,
Throwable cause)