org.eclipse.webdav.internal.kernel
Class DAVException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.webdav.internal.kernel.DAVException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SystemException, WebDAVException

public class DAVException
extends Exception

See Also:
Serialized Form

Constructor Summary
DAVException()
          DAV4JException default constructor.
DAVException(String s)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DAVException

public DAVException()
DAV4JException default constructor.


DAVException

public DAVException(String s)


Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.