open class ServiceException : Exception
Exception thrown by the native service API in case of an error.
| ServiceException()ServiceException(message: String!)ServiceException(message: String!, responseStatus: ResponseStatus!)ServiceException(message: String!, cause: Throwable!)ServiceException(message: String!, responseStatus: ResponseStatus!, cause: Throwable!)ServiceException(cause: Throwable!)ServiceException(responseStatus: ResponseStatus!, cause: Throwable!) | 
| static val MESSAGE: String | 
| open fun getResponseStatus(): ResponseStatus! |