Class FailedDependencyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ithit.webdav.server.exceptions.DavException
com.ithit.webdav.server.exceptions.FailedDependencyException
- All Implemented Interfaces:
Serializable
Means that operation could not be performed on the hierarchy item because
the requested action depended on another action and that action failed.
- See Also:
-
Constructor Summary
ConstructorDescriptionInitializes new instance.FailedDependencyException
(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
-
FailedDependencyException
public FailedDependencyException()Initializes new instance. -
FailedDependencyException
Initializes new instance.- Parameters:
message
- Description.
-