All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dw.xmlrpc.exception.DokuAttachmentStillReferenced Maven / Gradle / Ivy

package dw.xmlrpc.exception;

/**
 * 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
 */
public class DokuAttachmentStillReferenced extends DokuException {

	private static final long serialVersionUID = -1349452363587746526L;

	public DokuAttachmentStillReferenced(Throwable cause) {
		super(cause);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy