|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.alfresco.repo.webdav.WebDAVServerException
public class WebDAVServerException
Exception class that represents an error in the WebDAV protocol layer
Constructor Summary | |
---|---|
WebDAVServerException(int httpStatusCode)
Constructs a WebDAVException |
|
WebDAVServerException(int httpStatusCode,
java.lang.Throwable cause)
Constructs a WebDAVException |
Method Summary | |
---|---|
java.lang.Throwable |
getCause()
Returns the cause of this exception |
int |
getHttpStatusCode()
Returns the HTTP status code |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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 exceptionMethod Detail |
---|
public int getHttpStatusCode()
public java.lang.Throwable getCause()
getCause
in class java.lang.Throwable
public java.lang.String toString()
toString
in class java.lang.Throwable
Object.toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |