org.springframework.boot.context.config

Class ConfigDataException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • java.lang.RuntimeException
          • org.springframework.boot.context.config.ConfigDataException
    • Constructor Summary

      Constructors 
      Modifier Constructor and Description
      protected ConfigDataException(java.lang.String message, java.lang.Throwable cause)
      Create a new ConfigDataException instance.
    • 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

      • ConfigDataException

        protected ConfigDataException(java.lang.String message,
                                      java.lang.Throwable cause)
        Create a new ConfigDataException instance.
        Parameters:
        message - the exception message
        cause - the exception cause