Package org.apache.wiki.api.exceptions
Class RedirectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.wiki.api.exceptions.WikiException
org.apache.wiki.api.exceptions.FilterException
org.apache.wiki.api.exceptions.RedirectException
- All Implemented Interfaces:
Serializable
This exception may be thrown if a filter wants to reject something and redirect the user elsewhere.
- Since:
- 2.1.112
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRedirectException
(String msg, String redirect) Constructs a new RedirectException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RedirectException
Constructs a new RedirectException.- Parameters:
msg
- The message for the exceptionredirect
- The redirect URI.
-
-
Method Details
-
getRedirect
Get the URI for redirection.- Returns:
- The URI given in the constructor.
-