Class DocumentLockManagerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.priint.pubserver.exception.PubServerException
com.priint.pubserver.document.exception.DocumentLockManagerException
All Implemented Interfaces:
Serializable

public class DocumentLockManagerException extends PubServerException
Thrown if a procedure in a DocumentLockManagerRemote implementation gets a problem when locking or unlocking a resource, e.g. because a file is already locked when trying to lock it.
Since:
4.0.0
See Also: