public class MindsphereClientException extends MindsphereException
Constructor and Description |
---|
MindsphereClientException()
Constructs a new empty MindsphereClientException instance.
|
MindsphereClientException(String errorMessage)
Constructs a new MindsphereClientException with the specified error message
|
MindsphereClientException(String errorMessage,
HttpStatus httpStatus)
Constructs a new MindsphereClientException with the specified error message
and HTTP status
|
MindsphereClientException(String errorMessage,
HttpStatus httpStatus,
Throwable exceptionCause)
Constructs a new MindsphereClientException with the specified error message,
HTTP status and exception cause
|
MindsphereClientException(String errorStatusCode,
String errorMessage)
Constructs a new MindsphereClientException with the specified error message
and error code
|
MindsphereClientException(String errorMessage,
String errorStatusCode,
HttpStatus httpStatus,
String logref,
Throwable cause)
Constructs a new MindsphereClientException with the specified error message,
error code, HTTP status, exception cause and log reference
|
getErrorMessage, getErrorStatusCode, getHttpStatus, getLogref
public MindsphereClientException()
public MindsphereClientException(String errorMessage, String errorStatusCode, HttpStatus httpStatus, String logref, Throwable cause)
errorMessage
- error messageerrorStatusCode
- status code of the errorhttpStatus
- HTTP Statuslogref
- log referencecause
- (Throwable)cause of the exceptionpublic MindsphereClientException(String errorMessage, HttpStatus httpStatus, Throwable exceptionCause)
errorMessage
- error messagehttpStatus
- HTTP StatusexceptionCause
- (Throwable)cause of the exceptionpublic MindsphereClientException(String errorMessage, HttpStatus httpStatus)
errorMessage
- error messagehttpStatus
- HTTP Statuspublic MindsphereClientException(String errorStatusCode, String errorMessage)
errorMessage
- error messageerrorStatusCode
- status code of the errorpublic MindsphereClientException(String errorMessage)
errorMessage
- error message