Package org.alfresco.repo.webdav
Class WebDAVServerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.alfresco.repo.webdav.WebDAVServerException
- All Implemented Interfaces:
Serializable
Exception class that represents an error in the WebDAV protocol layer
- Author:
- gavinc
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWebDAVServerException
(int httpStatusCode) Constructs a WebDAVExceptionWebDAVServerException
(int httpStatusCode, Throwable cause) Constructs a WebDAVException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
WebDAVServerException
public WebDAVServerException(int httpStatusCode) Constructs a WebDAVException- Parameters:
httpStatusCode
- The HTTP status code
-
WebDAVServerException
Constructs a WebDAVException- Parameters:
httpStatusCode
- The HTTP status codecause
- The cause of this exception
-
-
Method Details