com.ithit.webdav.server.exceptions
Class ConflictException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ithit.webdav.server.exceptions.DavException
              extended by com.ithit.webdav.server.exceptions.ConflictException
All Implemented Interfaces:
java.io.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:
Serialized Form

Constructor Summary
ConflictException()
          Initializes new instance.
ConflictException(java.lang.String message)
          Initializes new instance.
ConflictException(java.lang.String message, java.lang.String ns, java.lang.String elementName)
          Initializes new instance.
 
Method Summary
 
Methods inherited from class com.ithit.webdav.server.exceptions.DavException
getLocalName, getNamespace, getStatus, setLocalName, setNamespace
 
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

ConflictException

public ConflictException()
Initializes new instance.


ConflictException

public ConflictException(java.lang.String message)
Initializes new instance.

Parameters:
message - description.

ConflictException

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


Copyright © 2009 ITHit. All Rights Reserved.