Class FailedDependencyRuntimeException

    • Constructor Detail

      • FailedDependencyRuntimeException

        public FailedDependencyRuntimeException​(String aMessage,
                                                String aErrorCode)
        Instantiates a new failed dependency runtime exception.
        Parameters:
        aMessage - the message
        aErrorCode - the error code
      • FailedDependencyRuntimeException

        public FailedDependencyRuntimeException​(String aMessage,
                                                Throwable aCause,
                                                String aErrorCode)
        Instantiates a new failed dependency runtime exception.
        Parameters:
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • FailedDependencyRuntimeException

        public FailedDependencyRuntimeException​(String message,
                                                Throwable cause)
        Instantiates a new failed dependency runtime exception.
        Parameters:
        message - the message
        cause - the cause
      • FailedDependencyRuntimeException

        public FailedDependencyRuntimeException​(String message)
        Instantiates a new failed dependency runtime exception.
        Parameters:
        message - the message
      • FailedDependencyRuntimeException

        public FailedDependencyRuntimeException​(Throwable aCause,
                                                String aErrorCode)
        Instantiates a new failed dependency runtime exception.
        Parameters:
        aCause - the cause
        aErrorCode - the error code
      • FailedDependencyRuntimeException

        public FailedDependencyRuntimeException​(Throwable cause)
        Instantiates a new failed dependency runtime exception.
        Parameters:
        cause - the cause