Class ProfileResolutionException

    • Constructor Detail

      • ProfileResolutionException

        public ProfileResolutionException​(String message)
        Create a new profile resolution exception with the provided message.
        Parameters:
        message - a description of the error that occurred
      • ProfileResolutionException

        public ProfileResolutionException​(String message,
                                          @NonNull
                                          Throwable cause)
        Create a new profile resolution exception with the provided message based on the provided cause.
        Parameters:
        message - a description of the error that occurred
        cause - the initial cause of the exception