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

com.github.ibole.infrastructure.common.exception.ProviderNotFoundException Maven / Gradle / Ivy

The newest version!
package com.github.ibole.infrastructure.common.exception;

/**
 * Provider Not Found Exception for the service locate.
 * @author bwang
 *
 */
public final class ProviderNotFoundException extends RuntimeException {
  private static final long serialVersionUID = 1;

  public ProviderNotFoundException(String msg) {
    super(msg);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy