Package com.yahoo.processing
Class IllegalInputException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- com.yahoo.processing.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
-
-
Constructor Summary
Constructors Constructor Description IllegalInputException(java.lang.String message)
IllegalInputException(java.lang.String message, java.lang.Throwable cause)
IllegalInputException(java.lang.Throwable cause)
-