org.apache.jackrabbit.spi2dav
Class ExceptionConverter

java.lang.Object
  extended by org.apache.jackrabbit.spi2dav.ExceptionConverter

public class ExceptionConverter
extends Object

ExceptionConverter...


Method Summary
static RepositoryException generate(DavException davExc)
           
static RepositoryException generate(DavException davExc, DavMethod method)
           
static RepositoryException generate(DavException davExc, int methodCode, String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

generate

public static RepositoryException generate(DavException davExc)

generate

public static RepositoryException generate(DavException davExc,
                                           DavMethod method)

generate

public static RepositoryException generate(DavException davExc,
                                           int methodCode,
                                           String name)


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.