Uses of Class
org.jasig.portal.channels.error.ErrorCode

Packages that use ErrorCode
org.jasig.portal.channels.error The CError channel and its supporting classes. 
 

Uses of ErrorCode in org.jasig.portal.channels.error
 

Fields in org.jasig.portal.channels.error declared as ErrorCode
static ErrorCode ErrorCode.CHANNEL_AUTHORIZATION_EXCEPTION
          Deprecated. Error code representing failure to render due to lack of authorization.
static ErrorCode ErrorCode.CHANNEL_MISSING_EXCEPTION
          Deprecated. Error code representing the channel being just plain missing.
static ErrorCode ErrorCode.GENERAL_ERROR
          Deprecated. Generic error code
static ErrorCode ErrorCode.RENDER_TIME_EXCEPTION
          Deprecated. Error code for failure during rendering.
static ErrorCode ErrorCode.SET_PCS_EXCEPTION
          Deprecated. Error code representing failure when framework attempts to set channel portal control structures.
static ErrorCode ErrorCode.SET_RUNTIME_DATA_EXCEPTION
          Deprecated. Error code for errors at time runtime data is set.
static ErrorCode ErrorCode.SET_STATIC_DATA_EXCEPTION
          Deprecated. Error code for errors at time static data is set
static ErrorCode ErrorCode.TIMEOUT_EXCEPTION
          Deprecated. Error code for channels that fail to complete rendering during allotted time.
static ErrorCode ErrorCode.UNKNOWN_ERROR
          Deprecated. Generic error code
 

Methods in org.jasig.portal.channels.error that return ErrorCode
static ErrorCode 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.
 ErrorCode ErrorDocument.getCode()
          Deprecated.  
 

Methods in org.jasig.portal.channels.error with parameters of type ErrorCode
 void ErrorDocument.setCode(ErrorCode code)
          Deprecated.  
 

Constructors in org.jasig.portal.channels.error with parameters of type ErrorCode
CError(ErrorCode errorCode, String message, String channelSubscribeId, IChannel channelInstance)
          Deprecated. Instantiate a CError representing a particular channel's failure, including a message and errorCode, but not a Throwable.
CError(ErrorCode errorCode, Throwable throwable, String channelSubscribeId, IChannel channelInstance)
          Deprecated. Construct an instance of the Error channel representing a failure to render of a particular subscribed channel for reason of having thrown a Throwable.
CError(ErrorCode errorCode, Throwable exception, String channelSubscribeId, IChannel channelInstance, String message)
          Deprecated. Instantiate a CError instance representing the failure of some particular channel, including an error code, message, and the Throwable.
 



Copyright © 2010 Jasig. All Rights Reserved.