Package com.logicaldoc.webdav.exception
Class DavResourceIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.logicaldoc.webdav.exception.DavResourceIOException
-
- All Implemented Interfaces:
Serializable
public class DavResourceIOException extends RuntimeException
Same as @linkDavResourceNotFoundException
but its more specifically against logicalDOC as will be checked whether this file physically exists- Author:
- Sebastian Wenzky
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DavResourceIOException(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
-
DavResourceIOException
public DavResourceIOException(String s)
-
-