public class SalesforceException
extends java.lang.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(java.lang.String message) |
SalesforceException(java.lang.String message,
java.lang.Long code) |
SalesforceException(java.lang.String message,
java.lang.Throwable cause) |
SalesforceException(java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getExceptionCode() |
void |
setExceptionCode(java.lang.Long exceptionCode) |
public SalesforceException(java.lang.String message, java.lang.Long code)
public SalesforceException(java.lang.String message)
public SalesforceException(java.lang.Throwable cause)
public SalesforceException(java.lang.String message, java.lang.Throwable cause)
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"