Uses of Class
com.sforce.rest.RestExceptionCode

Packages that use RestExceptionCode
com.sforce.rest   
 

Uses of RestExceptionCode in com.sforce.rest
 

Methods in com.sforce.rest that return RestExceptionCode
 RestExceptionCode RestApiException.getExceptionCode()
           
static RestExceptionCode RestExceptionCode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RestExceptionCode[] RestExceptionCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sforce.rest with parameters of type RestExceptionCode
 void RestApiException.setExceptionCode(RestExceptionCode exceptionCode)
           
 

Constructors in com.sforce.rest with parameters of type RestExceptionCode
RestApiException(java.lang.String message, RestExceptionCode code)
           
RestApiException(java.lang.String message, RestExceptionCode code, java.lang.Throwable th)
           
 



Copyright © 2011. All Rights Reserved.