Class PreconditionFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ithit.webdav.server.exceptions.DavException
com.ithit.webdav.server.exceptions.PreconditionFailedException
- All Implemented Interfaces:
Serializable
The precondition given by the WebDAV client evaluated to false
when it was tested on the server.
- See Also:
-
Constructor Summary
ConstructorDescriptionInitializes new instance.PreconditionFailedException
(String message) Initializes new instance. -
Method Summary
Methods inherited from class com.ithit.webdav.server.exceptions.DavException
getExtendedError, getLocalName, getNamespace, getStatus, setLocalName, setNamespace
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PreconditionFailedException
public PreconditionFailedException()Initializes new instance. -
PreconditionFailedException
Initializes new instance.- Parameters:
message
- Description.
-