All Downloads are FREE. Search and download functionalities are using the official Maven repository.

public.javadoc.org.spincast.core.exceptions.SkipRemainingHandlersException.html Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version






SkipRemainingHandlersException (org.spincast:spincast-framework 1.0.0 API)












org.spincast.core.exceptions

Class 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:
    Serialized Form
    • Constructor Detail

      • SkipRemainingHandlersException

        public SkipRemainingHandlersException()

Copyright © 2019. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy