public class Error
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
private int |
errorCode |
private static long |
serialVersionUID |
static int |
SETTINGS_FILE_NOT_FOUND |
Constructor and Description |
---|
Error(java.lang.String message,
int errorCode) |
Modifier and Type | Method and Description |
---|---|
int |
getErrorCode() |
private static final long serialVersionUID
public static final int SETTINGS_FILE_NOT_FOUND
private int errorCode