Class ConflictException

All Implemented Interfaces:
Serializable

public class ConflictException extends DavException
Indicates that operation has failed due to a conflict with the current state of the hierarchy item.
See Also:
  • Constructor Details

    • ConflictException

      public ConflictException()
      Initializes new instance.
    • ConflictException

      public ConflictException(String message)
      Initializes new instance.
      Parameters:
      message - Description.
    • ConflictException

      public ConflictException(String message, String ns, String elementName)
      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.