Class ConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ithit.webdav.server.exceptions.DavException
com.ithit.webdav.server.exceptions.ConflictException
- All Implemented Interfaces:
Serializable
Indicates that operation has failed due to a conflict with
the current state of the hierarchy item.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInitializes new instance.ConflictException(String message) Initializes new instance.ConflictException(String message, String ns, String elementName) Initializes new instance. -
Method Summary
Methods inherited from class com.ithit.webdav.server.exceptions.DavException
getExtendedError, getLocalName, getNamespace, getStatus, setLocalName, setNamespaceMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConflictException
public ConflictException()Initializes new instance. -
ConflictException
Initializes new instance.- Parameters:
message- Description.
-
ConflictException
Initializes new instance.- Parameters:
message- Message.ns- Namespace of XML element that will be sent to client in HTTP response so it can identify error more precisely.elementName- Name of element.
-