RedirectionException(int statusCode, String statusMessage) Construct a RedirectionException with a status code and simple message.
Constructor Detail
RedirectionException
public RedirectionException(int statusCode, String statusMessage)(Code)
Construct a RedirectionException with a status code and simple message.
Parameters: statusCode - the WebDAV status code corresponding to the exception Parameters: statusMessage - a message describing the status code in the context of the exception See Also:com.ibm.webdav.WebDAVStatus
Methods inherited from com.ibm.webdav.WebDAVException