Class InvalidConfigurationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidConfigurationException
    extends CacheException
    An exception to report invalid configuration settings.
    Author:
    gbevin, Greg Luck
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvalidConfigurationException

        public InvalidConfigurationException​(java.lang.String message)
        Constructs a new exception with a detailed message that explains the cause.
        Parameters:
        message - the exception message
      • InvalidConfigurationException

        public InvalidConfigurationException​(java.util.Collection<ConfigError> errors)
        Constructs a new exception with a message containing all config errors
        Parameters:
        errors - the list of error encountered
      • InvalidConfigurationException

        public InvalidConfigurationException​(java.lang.String rootCause,
                                             java.util.Collection<ConfigError> errors)
        Constructs a new exception with a message containing all config errors
        Parameters:
        errors - the list of error encountered