Class DocumentLockedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.priint.pubserver.exception.PubServerException
com.priint.pubserver.exception.ServerException
com.priint.pubserverapi.document.lock.DocumentLockedException
All Implemented Interfaces:
Serializable

public class DocumentLockedException extends com.priint.pubserver.exception.ServerException
See Also:
  • Constructor Details

    • DocumentLockedException

      public DocumentLockedException(String serverModule, String errorMessage, Set<Lock> existingDocumentLocks)
    • DocumentLockedException

      public DocumentLockedException(String serverModule, String errorMessage, DocumentLocks existingDocumentLocks)
  • Method Details

    • getExistingDocumentLocks

      public Set<Lock> getExistingDocumentLocks()