org.apache.commons.vfs2.provider.webdav
Class ExceptionConverter
java.lang.Object
org.apache.commons.vfs2.provider.webdav.ExceptionConverter
public final class ExceptionConverter
- extends Object
ExceptionConverter
converts WebDAV exceptions into FileSystemExceptions.
- Since:
- 2.0
- Author:
- Commons VFS team
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
generate
public static FileSystemException generate(org.apache.jackrabbit.webdav.DavException davExc)
throws FileSystemException
- Throws:
FileSystemException
generate
public static FileSystemException generate(org.apache.jackrabbit.webdav.DavException davExc,
org.apache.jackrabbit.webdav.client.methods.DavMethod method)
throws FileSystemException
- Throws:
FileSystemException
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.