java.io.Serializable
CircularRedirectException
, InvalidRedirectLocationException
public class RedirectException extends ProtocolException
Constructor | Description |
---|---|
RedirectException() |
Creates a new RedirectException with a null detail message.
|
RedirectException(java.lang.String message) |
Creates a new RedirectException with the specified detail message.
|
RedirectException(java.lang.String message,
java.lang.Throwable cause) |
Creates a new RedirectException with the specified detail message and cause.
|
getCause, getReason, getReasonCode, printStackTrace, printStackTrace, printStackTrace, setReason, setReasonCode
public RedirectException()
public RedirectException(java.lang.String message)
message
- The exception detail messagepublic RedirectException(java.lang.String message, java.lang.Throwable cause)
message
- the exception detail messagecause
- the Throwable that caused this exception, or null
if the cause is unavailable, unknown, or not a ThrowableCopyright (c) 1999-2005 - Apache Software Foundation