Class UnsupportedContentException

    • Constructor Detail

      • UnsupportedContentException

        public UnsupportedContentException​(String message)
        Create an exception with the given message
        Parameters:
        message - the message for information
      • UnsupportedContentException

        public UnsupportedContentException​(String message,
                                           Throwable t)
        Create an exception with the given message and a root cause
        Parameters:
        message - the message for information
        t - original throwable