public class RedirectException extends FilterException
| Constructor and Description |
|---|
RedirectException(String msg,
String redirect)
Constructs a new RedirectException.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getRedirect()
Get the URI for redirection.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RedirectException(String msg, String redirect)
msg - The message for the exceptionredirect - The redirect URI.public String getRedirect()
Copyright © 2001-2019 The Apache Software Foundation. All rights reserved.