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

org.plasma.runtime.annotation.AmbiguousProviderException Maven / Gradle / Ivy

package org.plasma.runtime.annotation;

import org.plasma.runtime.ConfigurationException;

public class AmbiguousProviderException extends ConfigurationException {

  private static final long serialVersionUID = 1L;

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

  public AmbiguousProviderException(Throwable t) {
    super(t);
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy