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

org.camunda.bpm.engine.impl.__NotImplemented Maven / Gradle / Ivy

package org.camunda.bpm.engine.impl;

/**
 * Contains a dummy exception to make compiler happy and notify the user of the misuse of this library.
 */
public interface __NotImplemented {
  UnsupportedOperationException EXCEPTION = new UnsupportedOperationException(
    "This is a fake implementation provided by camunda-bpm-api. Please use the real engine instead.");
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy