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

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

package dw.xmlrpc.exception;

public class DokuPageDoesNotExistException extends DokuException {
	private static final long serialVersionUID = 8579585910287045131L;

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy