Class IllegalInputException

  • All Implemented Interfaces:
    java.io.Serializable

    public class IllegalInputException
    extends java.lang.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:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • IllegalInputException

        public IllegalInputException​(java.lang.String message)
      • IllegalInputException

        public IllegalInputException​(java.lang.Throwable cause)
      • IllegalInputException

        public IllegalInputException​(java.lang.String message,
                                     java.lang.Throwable cause)