public class LODNetworkException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
static int |
ERROR_CODE_TOOMANYPOINTS |
static int |
ERROR_CODE_UNKNOWN |
| Constructor and Description |
|---|
LODNetworkException(java.lang.Exception ex) |
LODNetworkException(java.lang.String message) |
LODNetworkException(java.lang.String message, int errorCode) |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode() |
public static final int ERROR_CODE_UNKNOWN
public static final int ERROR_CODE_TOOMANYPOINTS