|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExceptionCode | |
---|---|
com.sforce.soap.partner.fault |
Uses of ExceptionCode in com.sforce.soap.partner.fault |
---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |