Class UnrecognizedCriticalHeaderException

    • Constructor Detail

      • UnrecognizedCriticalHeaderException

        public UnrecognizedCriticalHeaderException​(Collection<String> unrecognizedCriticalHeaders)
        Initializes the exception with the given list of unrecognized critical headers that caused processing to fail.
        Parameters:
        unrecognizedCriticalHeaders - the collection of unrecognized headers.
    • Method Detail

      • getUnrecognizedCriticalHeaders

        public Set<String> getUnrecognizedCriticalHeaders()
        The unrecognized critical headers that caused processing to fail.
        Returns:
        the set of unrecognized critical headers.