ODPException class
Consists of the exceptions thrown by the client library.
Syntax
public class
ODPException
ANY_INPUT_FIELD_NULL variable
User registration fields are null.
APPLICATION_ID_NULL variable
Application is not initialized.
APPLICATION_USER_ALREADY_REGISTERED variable
Application user is already registered.
APPLICATION_USER_NOT_REGISTERED variable
Application user is unregistered.
EMPTY_RESPONSE_FROM_SERVER variable
Empty response received from server.
INVALID_MODULE_ID variable
Invalid module handle ID.
JSON_PARSING_FAILED variable
Internal error, JSON parsing is failed.
ODPException(int) constructor
UserManagerException with specified error code is constructed.
ODPException(String) constructor
UserManagerException with specified error message is constructed.
ODPException(int, String) constructor
UserManagerException with specified error code and error message is constructed.
REGISTRATION_FAILED_UNKNOWN_ERROR variable
User registration timed out.
REGISTRATION_LISTENER_NULL variable
Asynchronous user registration listener is unregistered with UserManager.
SINGLETON_INITIALIZATION_FAILED variable
Singleton initialization failed.
SUP_INTERNAL_PARSING_ERROR variable
SUP internal parsing error.
getErrorCode() method
Error code of the UserManagerException is returned.
toString() method
Parent topic:
client package
Created November 9, 2013.
To comment on this topic, go to:
DocCommentXchange
.