org.apache.commons.httpclient
public class InvalidRedirectLocationException extends RedirectException
Since: 3.1
Constructor Summary | |
---|---|
InvalidRedirectLocationException(String message, String location)
Creates a new InvalidRedirectLocationException with the specified detail message.
| |
InvalidRedirectLocationException(String message, String location, Throwable cause)
Creates a new RedirectException with the specified detail message and cause.
|
Method Summary | |
---|---|
String | getLocation() |
Parameters: message the exception detail message location redirect location
Parameters: message the exception detail message location redirect location cause the Throwable that caused this exception, or null if the cause is unavailable, unknown, or not a Throwable