Class ConfigurationBaseRuntimeException

    • Constructor Summary

      Constructors 
      Constructor Description
      ConfigurationBaseRuntimeException()
      Standard constructor for ConfigurationBaseRuntimeException with no detail message.
      ConfigurationBaseRuntimeException​(java.lang.String message)
      Standard constructor for ConfigurationBaseRuntimeException with the specified detail message.
      ConfigurationBaseRuntimeException​(java.lang.String message, java.lang.Throwable rootCause)
      Standard constructor for ConfigurationBaseRuntimeException with the specified detail message and root 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

      • ConfigurationBaseRuntimeException

        public ConfigurationBaseRuntimeException()
        Standard constructor for ConfigurationBaseRuntimeException with no detail message.
      • ConfigurationBaseRuntimeException

        public ConfigurationBaseRuntimeException​(java.lang.String message)
        Standard constructor for ConfigurationBaseRuntimeException with the specified detail message.
        Parameters:
        message - the detail message.
      • ConfigurationBaseRuntimeException

        public ConfigurationBaseRuntimeException​(java.lang.String message,
                                                 java.lang.Throwable rootCause)
        Standard constructor for ConfigurationBaseRuntimeException with the specified detail message and root cause.
        Parameters:
        message - message text.
        rootCause - exception which causes the exception