public class SalesforceException extends Exception
SalesforceException
is a custom exception wrapping the exception message and the code used
internally to distinguish between various exceptions that might be thrown from Salesforce.Constructor and Description |
---|
SalesforceException(String message) |
SalesforceException(String message,
Long code) |
SalesforceException(String message,
Throwable cause) |
SalesforceException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
Long |
getExceptionCode() |
void |
setExceptionCode(Long exceptionCode) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"