Class InjectionException

    • Constructor Summary

      Constructors 
      Constructor Description
      InjectionException()
      Creates the exception with no detail message or cause.
      InjectionException​(java.lang.String message)
      Creates the exception with given detail message.
      InjectionException​(java.lang.String message, java.lang.Throwable cause)
      Creates the exception with given detail message and cause.
      InjectionException​(java.lang.Throwable cause)
      Creates the exception with given 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

      • InjectionException

        public InjectionException()
        Creates the exception with no detail message or cause.
      • InjectionException

        public InjectionException​(java.lang.String message,
                                  java.lang.Throwable cause)
        Creates the exception with given detail message and cause.
        Parameters:
        message - the detail message
        cause - the cause
      • InjectionException

        public InjectionException​(java.lang.String message)
        Creates the exception with given detail message.
        Parameters:
        message - the detail message
      • InjectionException

        public InjectionException​(java.lang.Throwable cause)
        Creates the exception with given cause.
        Parameters:
        cause - the cause