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

com.orientechnologies.orient.core.exception.OManualIndexesAreProhibited 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.OException;
import com.orientechnologies.common.exception.OHighLevelException;

/** Exception which is thrown to inform user that manual indexes are prohibited. */
public class OManualIndexesAreProhibited extends OException implements OHighLevelException {
  public OManualIndexesAreProhibited(OManualIndexesAreProhibited exception) {
    super(exception);
  }

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy