public class RedirectException extends ProtocolException
| 构造器和说明 |
|---|
RedirectException()
Creates a new RedirectException with a
null detail message. |
RedirectException(String message)
Creates a new RedirectException with the specified detail message.
|
RedirectException(String message,
Throwable cause)
Creates a new RedirectException with the specified detail message and cause.
|
public RedirectException()
null detail message.public RedirectException(String message)
message - The exception detail messagepublic RedirectException(String message, 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 © 2023. All rights reserved.