public class UserPasswordException extends PortalException
| Modifier and Type | Field and Description |
|---|---|
static int |
PASSWORD_ALREADY_USED |
static int |
PASSWORD_CONTAINS_TRIVIAL_WORDS |
static int |
PASSWORD_INVALID |
static int |
PASSWORD_LENGTH |
static int |
PASSWORD_NOT_CHANGEABLE |
static int |
PASSWORD_SAME_AS_CURRENT |
static int |
PASSWORD_TOO_TRIVIAL |
static int |
PASSWORD_TOO_YOUNG |
static int |
PASSWORDS_DO_NOT_MATCH |
| Constructor and Description |
|---|
UserPasswordException(int type) |
| Modifier and Type | Method and Description |
|---|---|
int |
getType() |
public static final int PASSWORD_ALREADY_USED
public static final int PASSWORD_CONTAINS_TRIVIAL_WORDS
public static final int PASSWORD_INVALID
public static final int PASSWORD_LENGTH
public static final int PASSWORD_NOT_CHANGEABLE
public static final int PASSWORD_SAME_AS_CURRENT
public static final int PASSWORD_TOO_TRIVIAL
public static final int PASSWORD_TOO_YOUNG
public static final int PASSWORDS_DO_NOT_MATCH