Class SkipRemainingHandlersException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.spincast.core.exceptions.SkipRemainingHandlersException
All Implemented Interfaces:
Serializable

public class SkipRemainingHandlersException extends RuntimeException
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 Details

    • SkipRemainingHandlersException

      public SkipRemainingHandlersException()