Class IllegalFormParameterException

All Implemented Interfaces:
Serializable

public class IllegalFormParameterException extends BadRequestException
Since:
1.1.12
Author:
Mark Allen
See Also:
  • Constructor Details

    • IllegalFormParameterException

      public IllegalFormParameterException(String message, String formParameterName, Optional<String> formParameterValue)
    • IllegalFormParameterException

      public IllegalFormParameterException(String message, Throwable cause, String formParameterName, Optional<String> formParameterValue)
  • Method Details

    • formParameterName

      public String formParameterName()
    • formParameterValue

      public Optional<String> formParameterValue()