|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.channels.error.ErrorCode
@Deprecated public class ErrorCode
Error codes specific to the CError channel.
| Field Summary | |
|---|---|
static ErrorCode |
CHANNEL_AUTHORIZATION_EXCEPTION
Deprecated. Error code representing failure to render due to lack of authorization. |
static ErrorCode |
CHANNEL_MISSING_EXCEPTION
Deprecated. Error code representing the channel being just plain missing. |
static ErrorCode |
GENERAL_ERROR
Deprecated. Generic error code |
static ErrorCode |
RENDER_TIME_EXCEPTION
Deprecated. Error code for failure during rendering. |
static ErrorCode |
SET_PCS_EXCEPTION
Deprecated. Error code representing failure when framework attempts to set channel portal control structures. |
static ErrorCode |
SET_RUNTIME_DATA_EXCEPTION
Deprecated. Error code for errors at time runtime data is set. |
static ErrorCode |
SET_STATIC_DATA_EXCEPTION
Deprecated. Error code for errors at time static data is set |
static ErrorCode |
TIMEOUT_EXCEPTION
Deprecated. Error code for channels that fail to complete rendering during allotted time. |
static ErrorCode |
UNKNOWN_ERROR
Deprecated. Generic error code |
| Method Summary | |
|---|---|
static ErrorCode |
codeForInt(int codeNum)
Deprecated. Obtain the ErrorCode for the given code number, or null if the code number does not correspond to an error code. |
int |
getCode()
Deprecated. |
String |
getLabel()
Deprecated. |
boolean |
isRefreshAllowed()
Deprecated. Is this ErrorCode representative of a problem to which channel refresh would be an appropriate response. |
String |
toString()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ErrorCode UNKNOWN_ERROR
public static final ErrorCode GENERAL_ERROR
public static final ErrorCode RENDER_TIME_EXCEPTION
public static final ErrorCode SET_STATIC_DATA_EXCEPTION
public static final ErrorCode SET_RUNTIME_DATA_EXCEPTION
public static final ErrorCode TIMEOUT_EXCEPTION
public static final ErrorCode SET_PCS_EXCEPTION
public static final ErrorCode CHANNEL_AUTHORIZATION_EXCEPTION
public static final ErrorCode CHANNEL_MISSING_EXCEPTION
| Method Detail |
|---|
public static ErrorCode codeForInt(int codeNum)
codeNum -
public int getCode()
public String getLabel()
public boolean isRefreshAllowed()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||