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

com.orientechnologies.orient.core.exception.OBackupInProgressException Maven / Gradle / Ivy

There is a newer version: 3.2.32
Show newest version
package com.orientechnologies.orient.core.exception;

import com.orientechnologies.common.exception.OErrorCode;
import com.orientechnologies.common.exception.OHighLevelException;

/**
 * @author Andrey Lomakin (a.lomakin-at-orientdb.com) .
 * @since 10/5/2015
 */
public class OBackupInProgressException extends OCoreException implements OHighLevelException {
  public OBackupInProgressException(OBackupInProgressException exception) {
    super(exception);
  }

  public OBackupInProgressException(String message, String componentName, OErrorCode errorCode) {
    super(message, componentName, errorCode);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy