com.ithit.webdav.server.exceptions
Class FailedDependencyException

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.FailedDependencyException
All Implemented Interfaces:
java.io.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:
Serialized Form

Constructor Summary
FailedDependencyException()
          Initializes new instance.
FailedDependencyException(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

FailedDependencyException

public FailedDependencyException()
Initializes new instance.


FailedDependencyException

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

Parameters:
message - description.


Copyright © 2009 ITHit. All Rights Reserved.