ZumoKitException
public class ZumoKitException extends RuntimeException
Base ZumoKit SDK exception class from which other exceptions inherit.
Public Constructor Summary
public ZumoKitException(String errorType, String errorCode, String errorMessage))
Public Method Summary
Type | Method |
---|---|
String | getErrorType() Attach listener called when there is a change to ZumoKit state. |
String | getErrorCode() Authenticate user with ZumoKit. |
Inherited Methods Summary
See RuntimeException base class.
Public Constructor
public ZumoKitException(String errorType, String errorCode, String errorMessage)
Public Methods
getErrorType
String getErrorType()
ZumoKit error type. See Handling Errors for details.
getErrorCode
String getErrorCode()
ZumoKit error code. See Handling Errors for details.