public class WebDAVServerException
extends java.lang.Exception
| Constructor and Description |
|---|
WebDAVServerException(int httpStatusCode)
Constructs a WebDAVException
|
WebDAVServerException(int httpStatusCode,
java.lang.Throwable cause)
Constructs a WebDAVException
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getCause()
Returns the cause of this exception
|
int |
getHttpStatusCode()
Returns the HTTP status code
|
java.lang.String |
toString() |
public WebDAVServerException(int httpStatusCode)
httpStatusCode - The HTTP status codepublic WebDAVServerException(int httpStatusCode,
java.lang.Throwable cause)
httpStatusCode - The HTTP status codecause - The cause of this exceptionpublic int getHttpStatusCode()
public java.lang.Throwable getCause()
getCause in class java.lang.Throwablepublic java.lang.String toString()
toString in class java.lang.ThrowableObject.toString()Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.