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

org.elastos.hive.exception.BackupIsInProcessingException Maven / Gradle / Ivy

There is a newer version: 2.0.27-pre
Show newest version
package org.elastos.hive.exception;

public class BackupIsInProcessingException extends NotFoundException {
	private static final long serialVersionUID = -586039279266427101L;

	public BackupIsInProcessingException() {
		super();
	}

	public BackupIsInProcessingException(String message) {
		super(message);
	}

	public BackupIsInProcessingException(String message, Throwable cause) {
		super(message, cause);
	}

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy