org.apache.commons.vfs.provider.webdav
Class ExceptionConverter
java.lang.Object
org.apache.commons.vfs.provider.webdav.ExceptionConverter
public final class ExceptionConverter
- extends Object
ExceptionConverter
converts WebDAV exceptions into FileSystemExceptions.
- 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-2011 Apache Software Foundation. All Rights Reserved.