public class AdminLoginException extends Exception implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
AE_FILEERROR
The Constant AE_FILEERROR.
|
static int |
AE_MSG
The Constant AE_MSG.
|
static int |
AE_NOFILE
The Constant AE_NOFILE.
|
| 构造器和说明 |
|---|
AdminLoginException()
Instantiates a new admin login exception.
|
AdminLoginException(int type,
String msg)
Instantiates a new admin login exception.
|
AdminLoginException(String msg)
Instantiates a new admin login exception.
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getType()
Gets the type.
|
public static final int AE_MSG
public static final int AE_FILEERROR
public static final int AE_NOFILE
public AdminLoginException()
public AdminLoginException(String msg)
msg - the msgpublic AdminLoginException(int type,
String msg)
type - the typemsg - the msgCopyright © 2017. All rights reserved.