Class InvalidConfigurationException

All Implemented Interfaces:
Serializable

public class InvalidConfigurationException extends DataAPIException
Exception thrown when the configuration is invalid.
See Also:
  • Constructor Details

    • InvalidConfigurationException

      public InvalidConfigurationException(ClientErrorCodes code, String message)
      Constructor with code and message
      Parameters:
      code - error code
      message - error message
  • Method Details

    • throwErrorMissingConfiguration

      public static void throwErrorMissingConfiguration(String operation, String configParameter)
      Format error message.
      Parameters:
      operation - operation returning the error
      configParameter - parameter current environment
    • throwErrorMissingAnnotation

      public static void throwErrorMissingAnnotation(String annotation, String bean, String operation)
      Format error message.
      Parameters:
      annotation - annotation
      bean - bean
      operation - operation