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

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

There is a newer version: 2.2.0
Show newest version






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












org.spincast.core.exceptions

Class ForwardRouteException

    • Constructor Detail

      • ForwardRouteException

        public ForwardRouteException(String newRoute)
        Parameters:
        newRoute - The new route to forward to. This can be a full URL or a path (+ potential queryString)
      • ForwardRouteException

        public ForwardRouteException(String newRoute,
                                     boolean resetResponse)
        Parameters:
        newRoute - The new route to forward to. This can be a full URL or a path (+ potential queryString)
        resetResponse - If not already flushed, should the response be reset before running the new route?
      • ForwardRouteException

        public ForwardRouteException(String newRoute,
                                     String message)
        Parameters:
        newRoute - The new route to forward to. This can be a full URL or a path (+ potential queryString)
      • ForwardRouteException

        public ForwardRouteException(String newRoute,
                                     String message,
                                     boolean resetResponse)
        Parameters:
        newRoute - The new route to forward to. This can be a full URL or a path (+ potential queryString)
        resetResponse - If not already flushed, should the response be reset before running the new route?
    • Method Detail

      • getNewRoute

        public String getNewRoute()
        The new route to forward to. This can be a full URL or a path (+ potential queryString)

Copyright © 2019. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy