com.hyperion.css.common
Interface CSSAreaCodeIF


public interface CSSAreaCodeIF

This interface is under transition. Do not add more area codes here.

This interface defines all the area codes that are associated to exceptions thrown from CSS application. Area code helps to group the common error code/message which are used across the CSS application. The Area codes are defined based on Provider/CSS Architecture level.

Example


    10:100:Abnormal behavior encountered. Please try again later.
 

Here Code 10 denotes CSS Configuration Area.

Note:

a) All the area code should be of long data type.

b) The value of the area code should not prefixed with zero.

Author:
Venu

Field Summary
static long CONFIGURATTION_AREA_CODE
           Constant defines an configuration area code.
static long CSS_API_AREA_CODE
           
static long CSS_IE_AREA_CODE
           Constant defines a CSS IE utility area code.
static long CSS_UTILITY_AREA_CODE
           
static long CSS_WEB_AREA_CODE
           Constant defines a web layer area code.
static long DB_PROVIDER_AREA_CODE
           Constant defines an DB Provider area code.
static long INTILIZATION_AREA_CODE
           Constant defines an initialization area code.
static long JNDI_AREA_CODE
           Constant defines JNDI area code.
static long JPS_PROVIDER_AREA_CODE
           Constant defines a JPS Providerr area code.
static long LDAP_PROVIDER_AREA_CODE
           Constant defines an LDAP Provider area code.
static long MSAD_PROVIDER_AREA_CODE
           Constant defines an MSAD Provider area code.
static long NATIVE_DIR_MNGMT_AREA_CODE
           Constant defines an Native Directory Management area code.
static long NATIVE_PROVIDER_AREA_CODE
           Constant defines an Native Provider area code.
static long NATIVE_PROVIDER_CACHE_AREA_CODE
           Constant defines an Native Provider cache are area code.
static long NATIVE_USER_PROVG_AREA_CODE
           Constant defines an Native Provider User Provisioning area code.
static long POLICY_STORE_AREA_CODE
           
static long SAP_PROVIDER_AREA_CODE
           Constant defines an SAP Provider area code.
 

Field Detail

CONFIGURATTION_AREA_CODE

static final long CONFIGURATTION_AREA_CODE

Constant defines an configuration area code. This area code indicates that any error message associated with this area code implies that exception occured in configuration area.

The value of this constant is "10".

See Also:
Constant Field Values

INTILIZATION_AREA_CODE

static final long INTILIZATION_AREA_CODE

Constant defines an initialization area code. This area code indicates that any error message associated with this area code implies that exception occured in initialization area.

The value of this constant is "20".

See Also:
Constant Field Values

CSS_API_AREA_CODE

static final long CSS_API_AREA_CODE
See Also:
Constant Field Values

CSS_UTILITY_AREA_CODE

static final long CSS_UTILITY_AREA_CODE
See Also:
Constant Field Values

JNDI_AREA_CODE

static final long JNDI_AREA_CODE

Constant defines JNDI area code. This area code indicates that any error message associated with this area code implies that exception occured in JNDI area.

The value of this constant is "27".

See Also:
Constant Field Values

CSS_IE_AREA_CODE

static final long CSS_IE_AREA_CODE

Constant defines a CSS IE utility area code. This area code indicates that any error message associated with this area code implies that exception has occured in IE area.

The value of this constant is "28".

See Also:
Constant Field Values

NATIVE_PROVIDER_AREA_CODE

static final long NATIVE_PROVIDER_AREA_CODE

Constant defines an Native Provider area code. This area code indicates that any error message associated with this area code implies that exception occured in Native Provider area.

The value of this constant is "30".

See Also:
Constant Field Values

NATIVE_DIR_MNGMT_AREA_CODE

static final long NATIVE_DIR_MNGMT_AREA_CODE

Constant defines an Native Directory Management area code. This area code indicates that any error message associated with this area code implies that exception occured in Native Directory Management area.

The value of this constant is "31".

See Also:
Constant Field Values

NATIVE_USER_PROVG_AREA_CODE

static final long NATIVE_USER_PROVG_AREA_CODE

Constant defines an Native Provider User Provisioning area code. This area code indicates that any error message associated with this area code implies that exception occured in Native Provider User Provisioning area.

The value of this constant is "32".

See Also:
Constant Field Values

NATIVE_PROVIDER_CACHE_AREA_CODE

static final long NATIVE_PROVIDER_CACHE_AREA_CODE

Constant defines an Native Provider cache are area code. This area code indicates that any error message associated with this area code implies that exception occured in Native Provider caching area.

The value of this constant is "33".

See Also:
Constant Field Values

LDAP_PROVIDER_AREA_CODE

static final long LDAP_PROVIDER_AREA_CODE

Constant defines an LDAP Provider area code. This area code indicates that any error message associated with this area code implies that exception occured in LDAP Provider area.

The value of this constant is "50".

See Also:
Constant Field Values

MSAD_PROVIDER_AREA_CODE

static final long MSAD_PROVIDER_AREA_CODE

Constant defines an MSAD Provider area code. This area code indicates that any error message associated with this area code implies that exception occured in MSAD Provider area.

The value of this constant is "60".

See Also:
Constant Field Values

DB_PROVIDER_AREA_CODE

static final long DB_PROVIDER_AREA_CODE

Constant defines an DB Provider area code. This area code indicates that any error message associated with this area code implies that exception occured in DB Provider area.

The value of this constant is "70".

See Also:
Constant Field Values

SAP_PROVIDER_AREA_CODE

static final long SAP_PROVIDER_AREA_CODE

Constant defines an SAP Provider area code. This area code indicates that any error message associated with this area code implies that exception occured in SAP Provider area.

The value of this constant is "80".

See Also:
Constant Field Values

CSS_WEB_AREA_CODE

static final long CSS_WEB_AREA_CODE

Constant defines a web layer area code. This area code indicates that any error message associated with this area code implies that exception occured in web layer.

The value of this constant is "90".

See Also:
Constant Field Values

JPS_PROVIDER_AREA_CODE

static final long JPS_PROVIDER_AREA_CODE

Constant defines a JPS Providerr area code. This area code indicates that any error message associated with this area code implies that exception occured in web layer.

The value of this constant is "100".

See Also:
Constant Field Values

POLICY_STORE_AREA_CODE

static final long POLICY_STORE_AREA_CODE
See Also:
Constant Field Values


Copyright © 2005-2009 Oracle Corporation.