org.eclipse.webdav.internal.kernel
Class RedirectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.webdav.internal.kernel.DAVException
org.eclipse.webdav.internal.kernel.WebDAVException
org.eclipse.webdav.internal.kernel.RedirectionException
- All Implemented Interfaces:
- Serializable
public class RedirectionException
- extends WebDAVException
Represents exceptions that require further action by the user agent
in order to fulfill the request.
Status codes:
- 300 Multiple Choices
- 301 Moved Permanently
- 302 Moved Temporarily
- 303 See Other
- 304 Not Modified
- 305 Use Proxy
- See Also:
- Serialized Form
Constructor Summary |
RedirectionException(int statusCode,
String statusMessage)
Construct a RedirectionException with a status code and simple message. |
RedirectionException(int statusCode,
String statusMessage,
Object data)
Construct a RedirectionException with a status code and simple message. |
RedirectionException
public RedirectionException(int statusCode,
String statusMessage)
- Construct a RedirectionException with a status code and simple message.
- Parameters:
statusCode
- the WebDAV status code corresponding to the exceptionstatusMessage
- a message describing the status code in the context of the exception
RedirectionException
public RedirectionException(int statusCode,
String statusMessage,
Object data)
- Construct a RedirectionException with a status code and simple message.
- Parameters:
statusCode
- the WebDAV status code corresponding to the exceptionstatusMessage
- a message describing the status code in the context of the exception
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.