com.ithit.webdav.server.exceptions
Class LockedException

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

public class LockedException
extends DavException

Indicates that operation has failed because the source or destination hierarchy item is locked and client did not provide lock token.

See Also:
Serialized Form

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

LockedException

public LockedException()
Initializes new instance.


LockedException

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

Parameters:
message - description.


Copyright © 2009 ITHit. All Rights Reserved.