Uses of Interface
org.spincast.core.exceptions.ResponseResetableException
Packages that use ResponseResetableException
-
Uses of ResponseResetableException in org.spincast.core.exceptions
Classes in org.spincast.core.exceptions that implement ResponseResetableExceptionModifier and TypeClassDescriptionclass
class
Exception that will forward the request to another route.class
Exception to throw to trigger the "Not Found" route.class
class
class
An exception which allows to control if the response should be reset (its buffer, headers, etc.) before running the "Exception" routing process. -
Uses of ResponseResetableException in org.spincast.plugins.formsprotection.exceptions
Classes in org.spincast.plugins.formsprotection.exceptions that implement ResponseResetableExceptionModifier and TypeClassDescriptionclass
Thrown when a form is double submitted.class
Thrown when a submitted form is too old.