connectapi.RateLimitException

Indicates a customer exceeded the Connect rate limit while interacting with a resource. Should only be constructable from SFDC code and should not be subclassable by customers.

Constructors 

public RateLimitException() 

public RateLimitException(String message) 

public RateLimitException(Exception innerException) 

public RateLimitException(String message, Exception innerException) 

public RateLimitException(String inErrorCode, String inMessage) 


Methods 

global getErrorCode()