public class LoginError extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DISABLED_USER_ERROR |
static String |
ERROR_PARAM |
| Constructor and Description |
|---|
LoginError(int code,
String data) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
String |
getData() |
static LoginError |
parse(String error) |
String |
toString() |
public static final String ERROR_PARAM
public static final int DISABLED_USER_ERROR
public LoginError(int code,
String data)
Copyright © 2017 JBoss by Red Hat. All Rights Reserved.