Package sonia.scm.store
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>
An exception occurring, if the client queried for one result with
QueryableStore.Query.findOne()
, but the query returned multiple results.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TooManyResultsException
public TooManyResultsException()
-