org.apache.commons.vfs.provider.webdav
Class ExceptionConverter

java.lang.Object
  extended by org.apache.commons.vfs.provider.webdav.ExceptionConverter

public final class ExceptionConverter
extends Object

ExceptionConverter converts WebDAV exceptions into FileSystemExceptions.

Author:
Commons VFS team

Method Summary
static FileSystemException generate(org.apache.jackrabbit.webdav.DavException davExc)
           
static FileSystemException generate(org.apache.jackrabbit.webdav.DavException davExc, org.apache.jackrabbit.webdav.client.methods.DavMethod method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.