Class WebdavUnauthorized
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.bedework.webdav.servlet.shared.WebdavException
org.bedework.webdav.servlet.shared.WebdavUnauthorized
- All Implemented Interfaces:
Serializable
Unauthorized exception thrown by webdav classes
- Author:
- Mike Douglass
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.bedework.webdav.servlet.shared.WebdavException
getErrorTag, getStatusCode, setStatusCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WebdavUnauthorized
public WebdavUnauthorized()Constructor -
WebdavUnauthorized
Constructor- Parameters:
msg-
-