Class BadParameterException

All Implemented Interfaces:
Serializable

public class BadParameterException extends BadRequestException
See Also:
  • Constructor Details

    • BadParameterException

      public BadParameterException()
    • BadParameterException

      public BadParameterException(String message)
    • BadParameterException

      public BadParameterException(String message, Throwable cause)
    • BadParameterException

      public BadParameterException(Throwable cause)
    • BadParameterException

      public BadParameterException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)