Package com.logicaldoc.webdav.exception
Class WebDavAuthorisationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.logicaldoc.webdav.exception.WebDavAuthorisationException
-
- All Implemented Interfaces:
Serializable
public class WebDavAuthorisationException extends Exception
If a valid authentication header fails or being corrupted by something else.- Author:
- Sebastian Wenzky
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WebDavAuthorisationException(Exception e)
WebDavAuthorisationException(String s)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-