Package org.spincast.core.exceptions
Class SkipRemainingHandlersException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.spincast.core.exceptions.SkipRemainingHandlersException
- All Implemented Interfaces:
Serializable
Exception that will simply stop the current routing process
without starting any new one. No more
route handlers will be called. The response will be sent as is,
without anything more added.
WARNING : even the *after* filters won't be run when this expcetion is thrown... Use with care!
- 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
-
SkipRemainingHandlersException
public SkipRemainingHandlersException()
-