com.ithit.webdav.server.exceptions
Class PreconditionFailedException

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.PreconditionFailedException
All Implemented Interfaces:
java.io.Serializable

public class PreconditionFailedException
extends DavException

The precondition given by the WebDAV client evaluated to false when it was tested on the server.

See Also:
Serialized Form

Constructor Summary
PreconditionFailedException()
          Initializes new instance.
PreconditionFailedException(java.lang.String message)
          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

PreconditionFailedException

public PreconditionFailedException()
Initializes new instance.


PreconditionFailedException

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

Parameters:
message - description.


Copyright © 2009 ITHit. All Rights Reserved.