Class DataAPIClientException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidConfigurationException, InvalidEnvironmentException, InvalidFieldExpressionException, TooManyDocumentsToCountException, TooManyRowsToCountException

public class DataAPIClientException extends DataAPIException
Exception thrown when there is an error in the client side. It can be configuration, connectivity or serialization.
See Also:
  • Constructor Details

    • DataAPIClientException

      public DataAPIClientException(ErrorCodesClient errorCode, Object... arguments)
      Constructors providing all arguments and a parent exception.
      Parameters:
      errorCode - error code
      arguments - arguments for the error message
    • DataAPIClientException

      public DataAPIClientException(ErrorCodesClient errorCode, String customMessage)
      Constructors providing all arguments and a parent exception.
      Parameters:
      errorCode - error code
      customMessage - arguments for the error message