Package javax.cache

Class InvalidConfigurationException

  • All Implemented Interfaces:
    Serializable

    public class InvalidConfigurationException
    extends CacheException
    An exception to report invalid configuration settings.

    This indicates a configuration is invalid for the cache implementation.

    Since:
    1.0

    todo Have a vote on when this should: if at all and compared with IllegalArgumentException

    Author:
    Greg Luck, Yannis Cosmadopoulos
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidConfigurationException

        public InvalidConfigurationException​(String message)
        Constructs a new InvalidConfigurationException with a message string.
        Parameters:
        message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.
      • InvalidConfigurationException

        public InvalidConfigurationException()
        Constructs a new InvalidConfigurationException.