Package com.saperion.ngc.exception
Class DocumentLockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.saperion.ngc.exception.NgcException
com.saperion.ngc.exception.DocumentLockException
- All Implemented Interfaces:
Serializable
Exception thrown when locking or unlocking a document has failed.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDocumentLockException
(String message) Constructor.DocumentLockException
(String message, Exception e) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DocumentLockException
Constructor.- Parameters:
message
- exception message
-
DocumentLockException
Constructor.- Parameters:
message
- error messagee
- exception cause
-