public class MindsphereServiceException extends MindsphereException
Constructor and Description |
---|
MindsphereServiceException() |
MindsphereServiceException(String errorMessage,
HttpStatus httpStatus) |
MindsphereServiceException(String errorMessage,
HttpStatus httpStatus,
Throwable exceptionCause) |
MindsphereServiceException(String errorStatusCode,
String errorMessage) |
MindsphereServiceException(String errorMessage,
String errorStatusCode,
HttpStatus httpStatus,
String logref,
Throwable cause) |
getErrorMessage, getErrorStatusCode, getHttpStatus, getLogref, setErrorMessage, setErrorStatusCode, setHttpStatus, setLogref
public MindsphereServiceException()
public MindsphereServiceException(String errorMessage, String errorStatusCode, HttpStatus httpStatus, String logref, Throwable cause)
public MindsphereServiceException(String errorMessage, HttpStatus httpStatus, Throwable exceptionCause)
public MindsphereServiceException(String errorMessage, HttpStatus httpStatus)
public MindsphereServiceException(String errorStatusCode, String errorMessage)