public abstract class ChampVAException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FOUNDATIONS_EXCEPTION |
static java.lang.String |
JSON_PROCESSING_EXCEPTION |
static java.lang.String |
NAMING_EXCEPTION |
static java.lang.String |
RESOURCE_EXCEPTION |
static java.lang.String |
VISTALINK_FAULT_EXCEPTION
These constants define the error codes for their corresponding exception
types, which will allow us to communicate Exceptions to the Web Client
without leaking details of the Web Service's design to the Wild Wild Web.
|
| Constructor and Description |
|---|
ChampVAException(java.lang.Throwable t)
ChampVAException constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getErrorCode() |
void |
setErrorCode(java.lang.String mErrorCode) |
public static final java.lang.String VISTALINK_FAULT_EXCEPTION
public static final java.lang.String FOUNDATIONS_EXCEPTION
public static final java.lang.String NAMING_EXCEPTION
public static final java.lang.String RESOURCE_EXCEPTION
public static final java.lang.String JSON_PROCESSING_EXCEPTION