ModeShape Distribution 3.2.0.Final

org.modeshape.webdav.exceptions
Class ObjectNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.modeshape.webdav.exceptions.WebdavException
                  extended by org.modeshape.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)

ModeShape Distribution 3.2.0.Final

Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.