public class InvalidRedirectLocationException extends RedirectException
| Constructor and Description |
|---|
InvalidRedirectLocationException(java.lang.String message,
java.lang.String location)
Creates a new InvalidRedirectLocationException with the specified detail message.
|
InvalidRedirectLocationException(java.lang.String message,
java.lang.String location,
java.lang.Throwable cause)
Creates a new RedirectException with the specified detail message and cause.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLocation() |
getCause, getReason, getReasonCode, printStackTrace, printStackTrace, printStackTrace, setReason, setReasonCodepublic InvalidRedirectLocationException(java.lang.String message,
java.lang.String location)
message - the exception detail messagelocation - redirect locationpublic InvalidRedirectLocationException(java.lang.String message,
java.lang.String location,
java.lang.Throwable cause)
message - the exception detail messagelocation - redirect locationcause - the Throwable that caused this exception, or null
if the cause is unavailable, unknown, or not a ThrowableCopyright (c) 1999-2005 - Apache Software Foundation