Class IllegalInputException

All Implemented Interfaces:
Serializable

public class IllegalInputException extends IllegalArgumentException
Thrown on illegal input received from the requesting client. Use this instead of the superclass, IllegalArgumentException to signal illegal input to the client without causing logging and stack traces,
Author:
bratseth
See Also:
  • Constructor Details

    • IllegalInputException

      public IllegalInputException(String message)
    • IllegalInputException

      public IllegalInputException(Throwable cause)
    • IllegalInputException

      public IllegalInputException(String message, Throwable cause)