Package com.yahoo.jdisc.handler
Class RequestDeniedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.yahoo.jdisc.handler.RequestDeniedException
- All Implemented Interfaces:
Serializable
This exception is used to signal that a Request
was rejected by the corresponding ClientProvider
or RequestHandler
. There is no automation in throwing an instance of this class, but all RequestHandlers are
encouraged to use this where appropriate.
- Author:
- Simon Thoresen Hult
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Method Details
-
request
Returns the
Request
that was denied.- Returns:
- The Request that was denied.
-