Class RedirectToHomePageException

All Implemented Interfaces:
Serializable

public class RedirectToHomePageException extends RedirectException
Transitions to home page.
See Also:
  • Constructor Details

    • RedirectToHomePageException

      public RedirectToHomePageException()
      Constructs a new instance.
    • RedirectToHomePageException

      public RedirectToHomePageException(String messageId, String... messageArgs)
      Constructs a new instance.
    • RedirectToHomePageException

      public RedirectToHomePageException(org.slf4j.event.Level logLevel, String logString)
      Constructs a new instance.
    • RedirectToHomePageException

      public RedirectToHomePageException(org.slf4j.event.Level logLevel, String logString, String messageId, String... messageArgs)
      Constructs a new instance.
    • RedirectToHomePageException

      public RedirectToHomePageException(org.slf4j.event.Level logLevel, String messageId, String[] messageArgs)