Package com.logicaldoc.webdav.exception
Class WebDavStorageException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- com.logicaldoc.webdav.exception.WebDavStorageException
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class WebDavStorageException extends Exception
Import as well as Export mechanism against logicaldoc and the client could cause some issues, we do not expecting here.- Author:
 - Sebastian Wenzky
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description WebDavStorageException(Exception e)WebDavStorageException(String s) 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 -