Class DokuAttachmentStillReferenced

  • All Implemented Interfaces:
    java.io.Serializable

    public class DokuAttachmentStillReferenced
    extends DokuException
    Thrown when one tries to delete a distant media still referenced. Dokuwiki won't let delete a media if a page still uses it. If one tries to delete such a media, Dokuwiki won't allow it, and this exception will be thrown
    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

      • DokuAttachmentStillReferenced

        public DokuAttachmentStillReferenced​(java.lang.Throwable cause)