|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
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 |
---|
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".
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".
static final long CSS_API_AREA_CODE
static final long CSS_UTILITY_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".
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".
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".
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".
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".
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".
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".
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".
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".
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".
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".
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".
static final long POLICY_STORE_AREA_CODE
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |