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