connectapi.ConnectApiException

Indicates a customer error occurred while interacting with a resource. Should only be constructable from SFDC code and should not be subclassable by customers.

Constructors 

public ConnectApiException() 

public ConnectApiException(String message) 

public ConnectApiException(Exception innerException) 

public ConnectApiException(String message, Exception innerException) 

public ConnectApiException(String inErrorCode, String inMessage) 


Methods 

global getErrorCode()