Class ConfigException

  • All Implemented Interfaces:
    java.io.Serializable

    @Beta
    public class ConfigException
    extends java.lang.Exception
    Signals that an error was encountered while reading/writing configuration.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ConfigException​(java.lang.String message)
      Constructs a new ConfigException with the given message.
      ConfigException​(java.lang.String message, java.lang.Throwable cause)
      Constructs a new ConfigException with the given message and cause.
    • 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

      • ConfigException

        public ConfigException​(java.lang.String message)
        Constructs a new ConfigException with the given message.
        Parameters:
        message - message
      • ConfigException

        public ConfigException​(java.lang.String message,
                               java.lang.Throwable cause)
        Constructs a new ConfigException with the given message and cause.
        Parameters:
        message - message
        cause - cause