This is the superclass of all WebDAV exceptions. It contains a status
code that provides information, and a descriptive message.
author: Jim Amsden <jamsden@us.ibm.com>
toString() Render this WebDAVException as a string including its status code.
Constructor Detail
WebDAVException
public WebDAVException(int statusCode, String statusMessage)(Code)
Construct a WebDAVException
Parameters: statusCode - the HTTP/1.1 or WebDAV status code Parameters: statusMessage - a message describing the exception of status code
Get the status code that provides additional information about the
exception. These status codes are defined by the HTTP/1.1 and WebDAV
specifications.
the HTTP/1.1 or WebDAV status code See Also:com.ibm.webdav.WebDAVStatus