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 Summary
ConstructorsConstructorDescriptionDocumentLockedException(String serverModule, String errorMessage, DocumentLocks existingDocumentLocks) DocumentLockedException(String serverModule, String errorMessage, Set<Lock> existingDocumentLocks) -
Method Summary
Methods inherited from class com.priint.pubserver.exception.ServerException
getErrorCode, getExceptionString4GWT, getLocalizedMessage, getMessage, getPlainMessage, getServerModuleMethods inherited from class com.priint.pubserver.exception.PubServerException
getCode, getErrorCodeInfo, getErrorsStack, getExceptionsStack, getFormattedMessage, getFormattedMessageTrace, getMessageStack, getModule, getParameters, retrieveErrorCodeInfo, retrieveErrorsStackMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DocumentLockedException
-
DocumentLockedException
public DocumentLockedException(String serverModule, String errorMessage, DocumentLocks existingDocumentLocks)
-
-
Method Details
-
getExistingDocumentLocks
-