Uses of Class
org.silverpeas.mobile.shared.exceptions.AuthenticationException.AuthenticationError
-
Packages that use AuthenticationException.AuthenticationError Package Description org.silverpeas.mobile.shared.exceptions -
-
Uses of AuthenticationException.AuthenticationError in org.silverpeas.mobile.shared.exceptions
Methods in org.silverpeas.mobile.shared.exceptions that return AuthenticationException.AuthenticationError Modifier and Type Method Description AuthenticationException.AuthenticationError
AuthenticationException. getError()
static AuthenticationException.AuthenticationError
AuthenticationException.AuthenticationError. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuthenticationException.AuthenticationError[]
AuthenticationException.AuthenticationError. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.silverpeas.mobile.shared.exceptions with parameters of type AuthenticationException.AuthenticationError Constructor Description AuthenticationException(AuthenticationException.AuthenticationError error)
-