Class AcceptHeaderParsingException

  • All Implemented Interfaces:
    Serializable

    public class AcceptHeaderParsingException
    extends Exception
    Indicates an invalid Accept header. Either the basic syntax was flawed, or the value for "q" could not be parsed to a Float.
    See Also:
    Serialized Form
    • Constructor Detail

      • AcceptHeaderParsingException

        public AcceptHeaderParsingException​(String message)
      • AcceptHeaderParsingException

        public AcceptHeaderParsingException​(String message,
                                            Throwable cause)