public class GeneralException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
static int |
NO_INTERNET |
Constructor and Description |
---|
GeneralException(int code) |
GeneralException(java.lang.String message) |
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
void |
setCode(int code) |
java.lang.String |
toString() |
public static final int NO_INTERNET