Package com.logicaldoc.webdav.exception
Class DavResourceNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.logicaldoc.webdav.exception.DavResourceNotFoundException
-
- All Implemented Interfaces:
Serializable
public class DavResourceNotFoundException extends RuntimeException
If a Resource could not be logically found, a @link DavResourceIOException will be thrown. This could happen, if a request has been started matches no resource against logicalDOC- Author:
- Sebastian Wenzky
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DavResourceNotFoundException(String s)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DavResourceNotFoundException
public DavResourceNotFoundException(String s)
-
-