ModeShape Distribution 3.0.0.Beta4

org.modeshape.webdav.exceptions
Class ObjectAlreadyExistsException

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.ObjectAlreadyExistsException
All Implemented Interfaces:
Serializable

public class ObjectAlreadyExistsException
extends WebdavException

See Also:
Serialized Form

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

ObjectAlreadyExistsException

public ObjectAlreadyExistsException()

ObjectAlreadyExistsException

public ObjectAlreadyExistsException(String message)

ObjectAlreadyExistsException

public ObjectAlreadyExistsException(String message,
                                    Throwable cause)

ObjectAlreadyExistsException

public ObjectAlreadyExistsException(Throwable cause)

ModeShape Distribution 3.0.0.Beta4

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