Class DocumentLockException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DocumentLockException
    extends NgcException
    Exception thrown when locking or unlocking a document has failed.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DocumentLockException

        public DocumentLockException​(java.lang.String message)
        Constructor.
        Parameters:
        message - exception message
      • DocumentLockException

        public DocumentLockException​(java.lang.String message,
                                     java.lang.Exception e)
        Constructor.
        Parameters:
        message - error message
        e - exception cause