Class HttpUnsupportedEncodingException

    • Constructor Detail

      • HttpUnsupportedEncodingException

        public HttpUnsupportedEncodingException​(String field,
                                                @Nullable
                                                String encoding)
        Creates a new UnsupportedEncodingException with the given parameters.
        Parameters:
        field - the HTTP Header field causing the error.
        encoding - the encoding which is not supported.
    • Method Detail

      • getMessage

        @Nullable
        public String getMessage()
        Description copied from class: Throwable
        Returns the detail message string of this throwable.
        Overrides:
        getMessage in class Throwable
        Returns:
        the detail message string of this Throwable instance (which may be null).