Package org.drjekyll.webdav.exceptions
Class ObjectAlreadyExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.drjekyll.webdav.exceptions.WebdavException
-
- org.drjekyll.webdav.exceptions.ObjectAlreadyExistsException
-
- All Implemented Interfaces:
Serializable
public class ObjectAlreadyExistsException extends WebdavException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ObjectAlreadyExistsException()
ObjectAlreadyExistsException(String message)
ObjectAlreadyExistsException(String message, Throwable cause)
ObjectAlreadyExistsException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-