Class RedirectToHomePageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jp.ecuacion.splib.web.exception.RedirectException
jp.ecuacion.splib.web.exception.RedirectToHomePageException
- All Implemented Interfaces:
Serializable
Transitions to home page.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new instance.RedirectToHomePageException(String messageId, String... messageArgs) Constructs a new instance.RedirectToHomePageException(org.slf4j.event.Level logLevel, String logString) Constructs a new instance.RedirectToHomePageException(org.slf4j.event.Level logLevel, String messageId, String[] messageArgs) SeeRedirectException.RedirectToHomePageException(org.slf4j.event.Level logLevel, String logString, String messageId, String... messageArgs) Constructs a new instance. -
Method Summary
Methods inherited from class RedirectException
getLogLevel, getLogString, getMessageArgs, getMessageId, getRedirectPathMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RedirectToHomePageException
public RedirectToHomePageException()Constructs a new instance. -
RedirectToHomePageException
-
RedirectToHomePageException
Constructs a new instance. -
RedirectToHomePageException
-
RedirectToHomePageException
public RedirectToHomePageException(org.slf4j.event.Level logLevel, String messageId, String[] messageArgs) SeeRedirectException.
-