org.modeshape.webdav.exceptions
Class ObjectAlreadyExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.modeshape.webdav.exceptions.WebdavException
org.modeshape.webdav.exceptions.ObjectAlreadyExistsException
- All Implemented Interfaces:
- Serializable
public class ObjectAlreadyExistsException
- extends WebdavException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ObjectAlreadyExistsException
public ObjectAlreadyExistsException()
ObjectAlreadyExistsException
public ObjectAlreadyExistsException(String message)
ObjectAlreadyExistsException
public ObjectAlreadyExistsException(String message,
Throwable cause)
ObjectAlreadyExistsException
public ObjectAlreadyExistsException(Throwable cause)
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.