Class FailedDependencyException

All Implemented Interfaces:
Serializable

public class FailedDependencyException extends DavException
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 Details

    • FailedDependencyException

      public FailedDependencyException()
      Initializes new instance.
    • FailedDependencyException

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