Class DocumentAccessException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DocumentAccessException
    extends NgcException
    Exception thrown when an operation can not be performed on a document because the access is restricted (ACL, locked, checked out...).
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      DocumentAccessException​(java.lang.String message)
      Constructor.
    • 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

      • DocumentAccessException

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