Class QuotaExceededException

    • Field Detail

      • quotaValue

        protected long quotaValue
      • targetPath

        protected String targetPath
      • addedDocumentID

        protected String addedDocumentID
    • Constructor Detail

      • QuotaExceededException

        public QuotaExceededException​(DocumentModel targetDocument,
                                      String message)
      • QuotaExceededException

        public QuotaExceededException​(DocumentModel targetDocument,
                                      DocumentModel addedDocument,
                                      long quotaValue)
      • QuotaExceededException

        public QuotaExceededException​(String targetDocumentPath,
                                      String addedDocumentID,
                                      long quotaValue)
    • Method Detail

      • getQuotaValue

        public long getQuotaValue()
      • getTargetPath

        public String getTargetPath()
      • getAddedDocumentID

        public String getAddedDocumentID()
      • isQuotaExceededException

        public static boolean isQuotaExceededException​(Throwable e)