public class PasswordException extends Exception
Modifier and Type | Field and Description |
---|---|
static int |
FEATURE_DISABLED |
static int |
INACTIVE_ACCOUNT |
static int |
INVALID_DATA |
static int |
INVALID_EMAIL |
static int |
INVALID_NAME |
static int |
SYSTEM_ERROR |
static int |
UNKNOWN_USER |
Constructor and Description |
---|
PasswordException() |
PasswordException(int type) |
Modifier and Type | Method and Description |
---|---|
int |
getType() |
void |
setType(int type) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final int INVALID_DATA
public static final int UNKNOWN_USER
public static final int INVALID_NAME
public static final int INVALID_EMAIL
public static final int INACTIVE_ACCOUNT
public static final int SYSTEM_ERROR
public static final int FEATURE_DISABLED
Copyright © 2002-2015 itracker. All Rights Reserved.