Serializable
public class PasswordException extends Exception
Modifier and Type | Field | 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 | Description |
---|---|
PasswordException() |
|
PasswordException(int type) |
Modifier and Type | Method | Description |
---|---|---|
int |
getType() |
|
void |
setType(int type) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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–2019 itracker. All rights reserved.