com.sforce.rest
Class RestApiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sforce.rest.RestApiException
- All Implemented Interfaces:
- Serializable
public class RestApiException
- extends Exception
RestApiException
- Since:
- 172
- Author:
- gwester, mcheenath
- See Also:
- Serialized Form
RestApiException
public RestApiException()
- Constructor
RestApiException
public RestApiException(String message,
RestExceptionCode code,
Throwable th)
RestApiException
public RestApiException(String message,
RestExceptionCode code)
getMessage
public String getMessage()
- Overrides:
getMessage in class Throwable
getExceptionCode
public RestExceptionCode getExceptionCode()
setExceptionCode
public void setExceptionCode(RestExceptionCode exceptionCode)
getExceptionMessage
public String getExceptionMessage()
setExceptionMessage
public void setExceptionMessage(String exceptionMessage)
toString
public String toString()
- Overrides:
toString in class Throwable
Copyright © 2012. All Rights Reserved.