com.sforce.rest
Class RestApiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sforce.rest.RestApiException
- All Implemented Interfaces:
- java.io.Serializable
public class RestApiException
- extends java.lang.Exception
RestApiException
- Since:
- 172
- Author:
- gwester, mcheenath
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RestApiException
public RestApiException()
- Constructor
RestApiException
public RestApiException(java.lang.String message,
RestExceptionCode code,
java.lang.Throwable th)
RestApiException
public RestApiException(java.lang.String message,
RestExceptionCode code)
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage in class java.lang.Throwable
getExceptionCode
public RestExceptionCode getExceptionCode()
setExceptionCode
public void setExceptionCode(RestExceptionCode exceptionCode)
getExceptionMessage
public java.lang.String getExceptionMessage()
setExceptionMessage
public void setExceptionMessage(java.lang.String exceptionMessage)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Throwable
Copyright © 2011. All Rights Reserved.