com.sap.netweaver.bc.uwl

Class ErrorMessages.Codes

java.lang.Object
  extended bycom.sap.netweaver.bc.uwl.ErrorMessages.Codes
Enclosing class:
ErrorMessages

public static final class ErrorMessages.Codes
extends Object

The Codes class defines a bunch of error codes. Every code is a public, static and final member of type int. Since the names of the fields are self-explanatory, no additional comments are provided.


Field Summary
static int ABAPCLASS_EXISTENCE_NOT_VERIFIED
           
static int ABAPCLASS_NOT_FOUND
           
static int BACKEND_FM_ERROR
           
static int BAD_BO_EXTRA_PARAMS
           
static int CONCURRENT_POOL_ENTRY_ACCESS
           
static int CONFIGURATION_PLUGIN_NOT_FOUND
           
static int CORRUPTED_CRM_CONTEXT_SERVICE
           
static int CRM_CONTEXT_SERVICE_NOT_INSTALLED
           
static int DISPLAY_NAME_NOT_FOUND
           
static int DUPLICATE_ID_FOUND
           
static int DUPLICATE_REGISTRATION_FOUND
           
static int ERROR_FROM_PROVIDER
           
static int FATAL_DB_ERROR
           
static int FILE_NOT_FOUND
           
static int INCOMPATIBLE_PORTALUSER
           
static int INIT_FAILED
           
static int INTERNAL_ERROR
           
static int INVALID_ATTACHMENT_CONTENT_TYPE
           
static int INVALID_BACKEND_TIMESTAMP
           
static int INVALID_INTEGRATOR
           
static int INVALID_ITEM_TYPE
           
static int INVALID_LENGTH_SPECIFIED
           
static int INVALID_OBJECT_LOOKUP
           
static int INVALID_PARAMETER
           
static int INVALID_SESSION
           
static int INVALID_SORT_KEY
           
static int INVALID_UM_PRINCIPAL
           
static int ITEM_IS_INVALID
           
static int ITEM_NOT_COMPLETED_BACKEND
           
static int ITEM_NOT_FOUND
          Here are the error codes.
static int JCO_CONNECTION_PROBLEM
           
static int JCO_FUNCTION_NO_ERROR_MESSAGE
           
static int JCO_FUNCTION_NO_RC
           
static int JCO_FUNCTION_NOT_FOUND
           
static int JCO_PROBLEM_GETTING_POOL_ENTRY
           
static int MISSING_REQUIRED_PROPERTY
           
static int MISSING_USER_MAPPING
           
static int MULTIPLE_SUBPROFILE_NOT_SUPPORTED
           
static int NAMESPACE_NOT_FOUND
           
static int NO_BO_DATA_AVAILABLE
           
static int NO_BO_ID_AVAILABLE
           
static int NO_BO_TYPE_AVAILABLE
           
static int NO_DATE_SUPPORT_FOR_SUBSTITUTION
           
static int NO_PORTAL_COMPONENT_SPECIFIED
           
static int NO_REGISTRATION_FOUND
           
static int NO_SUBSTITUTION_ON_OFF_SUPPORT
           
static int NO_SUBSTITUTION_SUPPORT
           
static int NO_SYSTEMS_CONFIGURED
           
static int NO_URL_SPECIFIED
           
static int NO_XHANDLER_SPECIFIED
           
static int NOT_SUPPORTED_OPERATION
           
static int NULL_DATE_CONVERSION
           
static int NULL_EXCEPTION_MESSAGE
           
static int NULL_MIMETYPE_ATTACH
           
static int NULL_TIMEZONE_VALUE
           
static int OLD_BACKEND_UNSUPPORT
           
static int RESOURCE_KEY_TOO_LONG
           
static int SUB_NOT_FOUND
           
static int SUBPROFILE_NOT_SUPPORTED
           
static int SUBSTITUTION_ALREADY_EXIST
           
static int TRANSACTION_NOT_FOUND
           
static int TX_EXISTENCE_NOT_VERIFIED
           
static int UNKNOWN_SUBSTITUTION_PROFILE
           
static int UNKNOWN_TEMPLATE
           
 
Constructor Summary
ErrorMessages.Codes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ITEM_NOT_FOUND

public static final int ITEM_NOT_FOUND
Here are the error codes.

See Also:
Constant Field Values

INVALID_ATTACHMENT_CONTENT_TYPE

public static final int INVALID_ATTACHMENT_CONTENT_TYPE
See Also:
Constant Field Values

INVALID_UM_PRINCIPAL

public static final int INVALID_UM_PRINCIPAL
See Also:
Constant Field Values

INIT_FAILED

public static final int INIT_FAILED
See Also:
Constant Field Values

INVALID_ITEM_TYPE

public static final int INVALID_ITEM_TYPE
See Also:
Constant Field Values

NO_REGISTRATION_FOUND

public static final int NO_REGISTRATION_FOUND
See Also:
Constant Field Values

INVALID_SESSION

public static final int INVALID_SESSION
See Also:
Constant Field Values

INVALID_PARAMETER

public static final int INVALID_PARAMETER
See Also:
Constant Field Values

ITEM_IS_INVALID

public static final int ITEM_IS_INVALID
See Also:
Constant Field Values

DUPLICATE_REGISTRATION_FOUND

public static final int DUPLICATE_REGISTRATION_FOUND
See Also:
Constant Field Values

FILE_NOT_FOUND

public static final int FILE_NOT_FOUND
See Also:
Constant Field Values

NAMESPACE_NOT_FOUND

public static final int NAMESPACE_NOT_FOUND
See Also:
Constant Field Values

NOT_SUPPORTED_OPERATION

public static final int NOT_SUPPORTED_OPERATION
See Also:
Constant Field Values

UNKNOWN_TEMPLATE

public static final int UNKNOWN_TEMPLATE
See Also:
Constant Field Values

NO_BO_DATA_AVAILABLE

public static final int NO_BO_DATA_AVAILABLE
See Also:
Constant Field Values

NO_BO_ID_AVAILABLE

public static final int NO_BO_ID_AVAILABLE
See Also:
Constant Field Values

NO_BO_TYPE_AVAILABLE

public static final int NO_BO_TYPE_AVAILABLE
See Also:
Constant Field Values

INVALID_SORT_KEY

public static final int INVALID_SORT_KEY
See Also:
Constant Field Values

NO_PORTAL_COMPONENT_SPECIFIED

public static final int NO_PORTAL_COMPONENT_SPECIFIED
See Also:
Constant Field Values

NO_XHANDLER_SPECIFIED

public static final int NO_XHANDLER_SPECIFIED
See Also:
Constant Field Values

NO_URL_SPECIFIED

public static final int NO_URL_SPECIFIED
See Also:
Constant Field Values

INVALID_LENGTH_SPECIFIED

public static final int INVALID_LENGTH_SPECIFIED
See Also:
Constant Field Values

INVALID_INTEGRATOR

public static final int INVALID_INTEGRATOR
See Also:
Constant Field Values

NO_SYSTEMS_CONFIGURED

public static final int NO_SYSTEMS_CONFIGURED
See Also:
Constant Field Values

FATAL_DB_ERROR

public static final int FATAL_DB_ERROR
See Also:
Constant Field Values

DISPLAY_NAME_NOT_FOUND

public static final int DISPLAY_NAME_NOT_FOUND
See Also:
Constant Field Values

DUPLICATE_ID_FOUND

public static final int DUPLICATE_ID_FOUND
See Also:
Constant Field Values

CONFIGURATION_PLUGIN_NOT_FOUND

public static final int CONFIGURATION_PLUGIN_NOT_FOUND
See Also:
Constant Field Values

BAD_BO_EXTRA_PARAMS

public static final int BAD_BO_EXTRA_PARAMS
See Also:
Constant Field Values

CORRUPTED_CRM_CONTEXT_SERVICE

public static final int CORRUPTED_CRM_CONTEXT_SERVICE
See Also:
Constant Field Values

CRM_CONTEXT_SERVICE_NOT_INSTALLED

public static final int CRM_CONTEXT_SERVICE_NOT_INSTALLED
See Also:
Constant Field Values

NULL_TIMEZONE_VALUE

public static final int NULL_TIMEZONE_VALUE
See Also:
Constant Field Values

NULL_DATE_CONVERSION

public static final int NULL_DATE_CONVERSION
See Also:
Constant Field Values

CONCURRENT_POOL_ENTRY_ACCESS

public static final int CONCURRENT_POOL_ENTRY_ACCESS
See Also:
Constant Field Values

JCO_PROBLEM_GETTING_POOL_ENTRY

public static final int JCO_PROBLEM_GETTING_POOL_ENTRY
See Also:
Constant Field Values

JCO_FUNCTION_NOT_FOUND

public static final int JCO_FUNCTION_NOT_FOUND
See Also:
Constant Field Values

TRANSACTION_NOT_FOUND

public static final int TRANSACTION_NOT_FOUND
See Also:
Constant Field Values

JCO_FUNCTION_NO_RC

public static final int JCO_FUNCTION_NO_RC
See Also:
Constant Field Values

JCO_FUNCTION_NO_ERROR_MESSAGE

public static final int JCO_FUNCTION_NO_ERROR_MESSAGE
See Also:
Constant Field Values

INVALID_OBJECT_LOOKUP

public static final int INVALID_OBJECT_LOOKUP
See Also:
Constant Field Values

INTERNAL_ERROR

public static final int INTERNAL_ERROR
See Also:
Constant Field Values

TX_EXISTENCE_NOT_VERIFIED

public static final int TX_EXISTENCE_NOT_VERIFIED
See Also:
Constant Field Values

RESOURCE_KEY_TOO_LONG

public static final int RESOURCE_KEY_TOO_LONG
See Also:
Constant Field Values

NULL_EXCEPTION_MESSAGE

public static final int NULL_EXCEPTION_MESSAGE
See Also:
Constant Field Values

MISSING_USER_MAPPING

public static final int MISSING_USER_MAPPING
See Also:
Constant Field Values

BACKEND_FM_ERROR

public static final int BACKEND_FM_ERROR
See Also:
Constant Field Values

ITEM_NOT_COMPLETED_BACKEND

public static final int ITEM_NOT_COMPLETED_BACKEND
See Also:
Constant Field Values

NULL_MIMETYPE_ATTACH

public static final int NULL_MIMETYPE_ATTACH
See Also:
Constant Field Values

OLD_BACKEND_UNSUPPORT

public static final int OLD_BACKEND_UNSUPPORT
See Also:
Constant Field Values

MISSING_REQUIRED_PROPERTY

public static final int MISSING_REQUIRED_PROPERTY
See Also:
Constant Field Values

ABAPCLASS_NOT_FOUND

public static final int ABAPCLASS_NOT_FOUND
See Also:
Constant Field Values

ABAPCLASS_EXISTENCE_NOT_VERIFIED

public static final int ABAPCLASS_EXISTENCE_NOT_VERIFIED
See Also:
Constant Field Values

INVALID_BACKEND_TIMESTAMP

public static final int INVALID_BACKEND_TIMESTAMP
See Also:
Constant Field Values

NO_SUBSTITUTION_SUPPORT

public static final int NO_SUBSTITUTION_SUPPORT
See Also:
Constant Field Values

UNKNOWN_SUBSTITUTION_PROFILE

public static final int UNKNOWN_SUBSTITUTION_PROFILE
See Also:
Constant Field Values

NO_SUBSTITUTION_ON_OFF_SUPPORT

public static final int NO_SUBSTITUTION_ON_OFF_SUPPORT
See Also:
Constant Field Values

SUBSTITUTION_ALREADY_EXIST

public static final int SUBSTITUTION_ALREADY_EXIST
See Also:
Constant Field Values

NO_DATE_SUPPORT_FOR_SUBSTITUTION

public static final int NO_DATE_SUPPORT_FOR_SUBSTITUTION
See Also:
Constant Field Values

JCO_CONNECTION_PROBLEM

public static final int JCO_CONNECTION_PROBLEM
See Also:
Constant Field Values

INCOMPATIBLE_PORTALUSER

public static final int INCOMPATIBLE_PORTALUSER
See Also:
Constant Field Values

SUBPROFILE_NOT_SUPPORTED

public static final int SUBPROFILE_NOT_SUPPORTED
See Also:
Constant Field Values

MULTIPLE_SUBPROFILE_NOT_SUPPORTED

public static final int MULTIPLE_SUBPROFILE_NOT_SUPPORTED
See Also:
Constant Field Values

ERROR_FROM_PROVIDER

public static final int ERROR_FROM_PROVIDER
See Also:
Constant Field Values

SUB_NOT_FOUND

public static final int SUB_NOT_FOUND
See Also:
Constant Field Values
Constructor Detail

ErrorMessages.Codes

public ErrorMessages.Codes()


Copyright 2006 SAP AG Complete Copyright Notice