Package dw.xmlrpc.exception
Class DokuAttachmentStillReferenced
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- dw.xmlrpc.exception.DokuException
-
- dw.xmlrpc.exception.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
-
-
Constructor Summary
Constructors Constructor Description DokuAttachmentStillReferenced(java.lang.Throwable cause)
-