Class DocumentManagerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.priint.pubserver.exception.PubServerException
com.priint.pubserver.document.exception.DocumentManagerException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionDocumentManagerException(Object caller, int errorCode, String errorMessage) DocumentManagerException(Object caller, int errorCode, String errorMessage, Throwable cause) DocumentManagerException(String module, String errorMessage) -
Method Summary
Methods 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, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DocumentManagerException
-
DocumentManagerException
-
DocumentManagerException
-