Class CannotRedirectException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CannotRedirectException
    extends org.grails.web.servlet.mvc.exceptions.ControllerExecutionException
    Thrown when the request cannot be redirected.
    Since:
    1.2
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CannotRedirectException

        public CannotRedirectException()
      • CannotRedirectException

        public CannotRedirectException​(java.lang.String message,
                                       java.lang.Throwable t)
      • CannotRedirectException

        public CannotRedirectException​(java.lang.String message)