Class QueryableStore.TooManyResultsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
sonia.scm.store.QueryableStore.TooManyResultsException
All Implemented Interfaces:
Serializable
Enclosing interface:
QueryableStore<T>

public static class QueryableStore.TooManyResultsException extends RuntimeException
An exception occurring, if the client queried for one result with QueryableStore.Query.findOne(), but the query returned multiple results.
See Also:
  • Constructor Details

    • TooManyResultsException

      public TooManyResultsException()