Class ReadOnlyConfigurationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ReadOnlyConfigurationException
    extends java.lang.RuntimeException
    An Exception class to inform the client of a Configuration about the read only state of a configuration object.
    Since:
    1.6
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ReadOnlyConfigurationException​(java.lang.String reason)
      Create a ReadOnlyConfigurationException object.
    • 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

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

      • ReadOnlyConfigurationException

        public ReadOnlyConfigurationException​(java.lang.String reason)
        Create a ReadOnlyConfigurationException object.
        Parameters:
        reason - reason for failure