Uses of Class
de.xima.fc.com.auth.EAuthError
-
Packages that use EAuthError Package Description de.xima.fc.com.auth Package with interfaces for the communication between master- and frontend-server -
-
Uses of EAuthError in de.xima.fc.com.auth
Methods in de.xima.fc.com.auth that return EAuthError Modifier and Type Method Description EAuthError
AuthFailedException. getError()
static EAuthError
EAuthError. valueOf(String name)
Returns the enum constant of this type with the specified name.static EAuthError[]
EAuthError. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.xima.fc.com.auth with parameters of type EAuthError Constructor Description AuthFailedException(EAuthError error)
-