Class ConfigurationFailureException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ConfigurationFailureException
    extends HighLevelException
    The ConfigurationFailureException is the super class of all exceptions that have their cause in an inappropriate configuration of the system. This implies that an application administrator can fix the problem.
    See Also:
    Serialized Form
    • Constructor Detail

      • ConfigurationFailureException

        public ConfigurationFailureException​(java.lang.String message)
      • ConfigurationFailureException

        public ConfigurationFailureException​(java.lang.String message,
                                             java.lang.Throwable cause)