Class LockedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ithit.webdav.server.exceptions.DavException
com.ithit.webdav.server.exceptions.LockedException
- All Implemented Interfaces:
Serializable
Indicates that operation has failed because the source or destination hierarchy item is locked
and client did not provide lock token.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInitializes new instance.LockedException(String message) Initializes new instance. -
Method Summary
Methods inherited from class com.ithit.webdav.server.exceptions.DavException
getExtendedError, getLocalName, getNamespace, getStatus, setLocalName, setNamespaceMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LockedException
public LockedException()Initializes new instance. -
LockedException
Initializes new instance.- Parameters:
message- Description.
-