Class ResolutionException

    • Constructor Detail

      • ResolutionException

        public ResolutionException​(String message)
        Creates the exception with a message.
        Parameters:
        message - description of the failed resolution
      • ResolutionException

        public ResolutionException​(String message,
                                   Throwable cause)
        Creates the exception with a message and cause.
        Parameters:
        message - description of the failed resolution
        cause - underlying failure