Uses of Class
com.sforce.soap.partner.fault.ExceptionCode

Packages that use ExceptionCode
com.sforce.soap.partner.fault   
 

Uses of ExceptionCode in com.sforce.soap.partner.fault
 

Fields in com.sforce.soap.partner.fault declared as ExceptionCode
static ExceptionCode ExceptionCode.API_CURRENTLY_DISABLED
           
static ExceptionCode ExceptionCode.API_DISABLED_FOR_ORG
           
static ExceptionCode ExceptionCode.CANT_ADD_STANDADRD_PORTAL_USER_TO_TERRITORY
           
static ExceptionCode ExceptionCode.CANT_ADD_STANDARD_PORTAL_USER_TO_TERRITORY
           
static ExceptionCode ExceptionCode.CIRCULAR_OBJECT_GRAPH
           
static ExceptionCode ExceptionCode.CLIENT_NOT_ACCESSIBLE_FOR_USER
           
static ExceptionCode ExceptionCode.CLIENT_REQUIRE_UPDATE_FOR_USER
           
static ExceptionCode ExceptionCode.CUSTOM_METADATA_LIMIT_EXCEEDED
           
static ExceptionCode ExceptionCode.DUPLICATE_VALUE
           
static ExceptionCode ExceptionCode.EMAIL_BATCH_SIZE_LIMIT_EXCEEDED
           
static ExceptionCode ExceptionCode.EMAIL_TO_CASE_INVALID_ROUTING
           
static ExceptionCode ExceptionCode.EMAIL_TO_CASE_LIMIT_EXCEEDED
           
static ExceptionCode ExceptionCode.EMAIL_TO_CASE_NOT_ENABLED
           
static ExceptionCode ExceptionCode.EXCEEDED_ID_LIMIT
           
static ExceptionCode ExceptionCode.EXCEEDED_LEAD_CONVERT_LIMIT
           
static ExceptionCode ExceptionCode.EXCEEDED_MAX_SIZE_REQUEST
           
static ExceptionCode ExceptionCode.EXCEEDED_MAX_TYPES_LIMIT
           
static ExceptionCode ExceptionCode.EXCEEDED_QUOTA
           
static ExceptionCode ExceptionCode.FUNCTIONALITY_NOT_ENABLED
           
static ExceptionCode ExceptionCode.INACTIVE_OWNER_OR_USER
           
static ExceptionCode ExceptionCode.INACTIVE_PORTAL
           
static ExceptionCode ExceptionCode.INSUFFICIENT_ACCESS
           
static ExceptionCode ExceptionCode.INVALID_ASSIGNMENT_RULE
           
static ExceptionCode ExceptionCode.INVALID_BATCH_SIZE
           
static ExceptionCode ExceptionCode.INVALID_CLIENT
           
static ExceptionCode ExceptionCode.INVALID_CROSS_REFERENCE_KEY
           
static ExceptionCode ExceptionCode.INVALID_FIELD
           
static ExceptionCode ExceptionCode.INVALID_FILTER_LANGUAGE
           
static ExceptionCode ExceptionCode.INVALID_FILTER_VALUE
           
static ExceptionCode ExceptionCode.INVALID_ID_FIELD
           
static ExceptionCode ExceptionCode.INVALID_LOCALE_LANGUAGE
           
static ExceptionCode ExceptionCode.INVALID_LOCATOR
           
static ExceptionCode ExceptionCode.INVALID_LOGIN
           
static ExceptionCode ExceptionCode.INVALID_NEW_PASSWORD
           
static ExceptionCode ExceptionCode.INVALID_OPERATION
           
static ExceptionCode ExceptionCode.INVALID_OPERATION_WITH_EXPIRED_PASSWORD
           
static ExceptionCode ExceptionCode.INVALID_QUERY_FILTER_OPERATOR
           
static ExceptionCode ExceptionCode.INVALID_QUERY_LOCATOR
           
static ExceptionCode ExceptionCode.INVALID_QUERY_SCOPE
           
static ExceptionCode ExceptionCode.INVALID_REPLICATION_DATE
           
static ExceptionCode ExceptionCode.INVALID_SEARCH
           
static ExceptionCode ExceptionCode.INVALID_SEARCH_SCOPE
           
static ExceptionCode ExceptionCode.INVALID_SESSION_ID
           
static ExceptionCode ExceptionCode.INVALID_SOAP_HEADER
           
static ExceptionCode ExceptionCode.INVALID_SSO_GATEWAY_URL
           
static ExceptionCode ExceptionCode.INVALID_TYPE
           
static ExceptionCode ExceptionCode.INVALID_TYPE_FOR_OPERATION
           
static ExceptionCode ExceptionCode.LIMIT_EXCEEDED
           
static ExceptionCode ExceptionCode.LOGIN_CHALLENGE_ISSUED
           
static ExceptionCode ExceptionCode.LOGIN_CHALLENGE_PENDING
           
static ExceptionCode ExceptionCode.LOGIN_DURING_RESTRICTED_DOMAIN
           
static ExceptionCode ExceptionCode.LOGIN_DURING_RESTRICTED_TIME
           
static ExceptionCode ExceptionCode.LOGIN_MUST_USE_SECURITY_TOKEN
           
static ExceptionCode ExceptionCode.MALFORMED_ID
           
static ExceptionCode ExceptionCode.MALFORMED_QUERY
           
static ExceptionCode ExceptionCode.MALFORMED_SEARCH
           
static ExceptionCode ExceptionCode.MISSING_ARGUMENT
           
static ExceptionCode ExceptionCode.NO_SOFTPHONE_LAYOUT
           
static ExceptionCode ExceptionCode.NOT_MODIFIED
           
static ExceptionCode ExceptionCode.NUMBER_OUTSIDE_VALID_RANGE
           
static ExceptionCode ExceptionCode.OPERATION_TOO_LARGE
           
static ExceptionCode ExceptionCode.ORG_LOCKED
           
static ExceptionCode ExceptionCode.ORG_NOT_OWNED_BY_INSTANCE
           
static ExceptionCode ExceptionCode.PASSWORD_LOCKOUT
           
static ExceptionCode ExceptionCode.PORTAL_NO_ACCESS
           
static ExceptionCode ExceptionCode.QUERY_TIMEOUT
           
static ExceptionCode ExceptionCode.QUERY_TOO_COMPLICATED
           
static ExceptionCode ExceptionCode.REQUEST_LIMIT_EXCEEDED
           
static ExceptionCode ExceptionCode.REQUEST_RUNNING_TOO_LONG
           
static ExceptionCode ExceptionCode.SERVER_UNAVAILABLE
           
static ExceptionCode ExceptionCode.SSO_SERVICE_DOWN
           
static ExceptionCode ExceptionCode.TOO_MANY_APEX_REQUESTS
           
static ExceptionCode ExceptionCode.TRIAL_EXPIRED
           
static ExceptionCode ExceptionCode.UNKNOWN_EXCEPTION
           
static ExceptionCode ExceptionCode.UNSUPPORTED_API_VERSION
           
static ExceptionCode ExceptionCode.UNSUPPORTED_CLIENT
           
 

Methods in com.sforce.soap.partner.fault that return ExceptionCode
static ExceptionCode ExceptionCode.fromString(java.lang.String value)
           
static ExceptionCode ExceptionCode.fromValue(java.lang.String value)
           
 ExceptionCode ApiFault.getExceptionCode()
          Gets the exceptionCode value for this ApiFault.
 

Methods in com.sforce.soap.partner.fault with parameters of type ExceptionCode
 void ApiFault.setExceptionCode(ExceptionCode exceptionCode)
          Sets the exceptionCode value for this ApiFault.
 

Constructors in com.sforce.soap.partner.fault with parameters of type ExceptionCode
ApiFault(ExceptionCode exceptionCode, java.lang.String exceptionMessage)
           
ApiQueryFault(ExceptionCode exceptionCode, java.lang.String exceptionMessage, int row, int column)
           
InvalidFieldFault(ExceptionCode exceptionCode, java.lang.String exceptionMessage, int row, int column)
           
InvalidIdFault(ExceptionCode exceptionCode, java.lang.String exceptionMessage)
           
InvalidNewPasswordFault(ExceptionCode exceptionCode, java.lang.String exceptionMessage)
           
InvalidQueryLocatorFault(ExceptionCode exceptionCode, java.lang.String exceptionMessage)
           
InvalidSObjectFault(ExceptionCode exceptionCode, java.lang.String exceptionMessage, int row, int column)
           
LoginFault(ExceptionCode exceptionCode, java.lang.String exceptionMessage)
           
MalformedQueryFault(ExceptionCode exceptionCode, java.lang.String exceptionMessage, int row, int column)
           
MalformedSearchFault(ExceptionCode exceptionCode, java.lang.String exceptionMessage, int row, int column)
           
UnexpectedErrorFault(ExceptionCode exceptionCode, java.lang.String exceptionMessage)
           
 



Copyright © 2009. All Rights Reserved.