ClientException(int statusCode, String statusMessage) Construct a ClientException with a status code and simple message.
Constructor Detail
ClientException
public ClientException(int statusCode, String statusMessage)(Code)
Construct a ClientException 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