Class InvalidParameterException

  • All Implemented Interfaces:
    Serializable

    public class InvalidParameterException
    extends RestException
    This exception is thrown if a query parameter or a path parameter is invalid.
    Since:
    9.6
    Author:
    Voicu Moldovan
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidParameterException

        public InvalidParameterException​(String message)
      • InvalidParameterException

        public InvalidParameterException​(String message,
                                         Throwable cause)