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

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

package dw.xmlrpc.exception;

/**
 * Thrown when an attempt to delete a file on the wiki failed
 */
public class DokuDeleteAttachmentException extends DokuException {

	private static final long serialVersionUID = -5093967783205014204L;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy