Class ConfigException.Generic

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    ConfigException

    public static class ConfigException.Generic
    extends ConfigException
    Exception that doesn't fall into any other category.
    See Also:
    Serialized Form
    • Constructor Detail

      • Generic

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

        public Generic​(java.lang.String message)