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

arez.component.NoResultException Maven / Gradle / Ivy

There is a newer version: 0.213
Show newest version
package arez.component;

/**
 * Exception thrown by repository when query produces no result when a result was expected.
 */
public class NoResultException
  extends RuntimeException
{
  /**
   * Create the exception.
   */
  public NoResultException()
  {
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy