Class DIRuntimeException

    • Constructor Detail

      • DIRuntimeException

        public DIRuntimeException()
        Creates new ConfigurationException without detail message.
      • DIRuntimeException

        public DIRuntimeException​(String messageFormat,
                                  Object... messageArgs)
        Constructs an exception with the specified message with an optional list of message formatting arguments. Message formatting rules follow "String.format(..)" conventions.
      • DIRuntimeException

        public DIRuntimeException​(Throwable cause)
        Constructs an exception wrapping another exception thrown elsewhere.
      • DIRuntimeException

        public DIRuntimeException​(String messageFormat,
                                  Throwable cause,
                                  Object... messageArgs)