public class RedirectException extends FilterException
| Constructor and Description |
|---|
RedirectException(java.lang.String msg,
java.lang.String redirect)
Constructs a new RedirectException.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRedirect()
Get the URI for redirection.
|
public RedirectException(java.lang.String msg, java.lang.String redirect)
msg - The message for the exceptionredirect - The redirect URI.public java.lang.String getRedirect()
Copyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.