net.sf.webdav.exceptions
Class ObjectNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.webdav.exceptions.WebdavException
                  extended by net.sf.webdav.exceptions.ObjectNotFoundException
All Implemented Interfaces:
Serializable

public class ObjectNotFoundException
extends WebdavException

See Also:
Serialized Form

Constructor Summary
ObjectNotFoundException()
           
ObjectNotFoundException(String message)
           
ObjectNotFoundException(String message, Throwable cause)
           
ObjectNotFoundException(Throwable cause)
           
 
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

ObjectNotFoundException

public ObjectNotFoundException()

ObjectNotFoundException

public ObjectNotFoundException(String message)

ObjectNotFoundException

public ObjectNotFoundException(String message,
                               Throwable cause)

ObjectNotFoundException

public ObjectNotFoundException(Throwable cause)


Copyright © 2013 KnowledgePlaza. All Rights Reserved.