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

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

public final class ExceptionConverter
extends java.lang.Object

ExceptionConverter converts WebDAV exceptions into FileSystemExceptions.

Since:
2.0
Author:
Commons VFS team

Method Summary
static FileSystemException generate(DavException davExc)
           
static FileSystemException generate(DavException davExc, 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(DavException davExc)
                                    throws FileSystemException
Throws:
FileSystemException

generate

public static FileSystemException generate(DavException davExc,
                                           DavMethod method)
                                    throws FileSystemException
Throws:
FileSystemException