Class NoUniqueResultException

All Implemented Interfaces:
Serializable

public class NoUniqueResultException extends OWLPersistenceException
Thrown by the persistence provider when Query.getSingleResult() or TypedQuery.getSingleResult() is executed on a query and there is more than one result from the query.

This exception will not cause the current transaction, if one is active, to be marked for rollback.

See Also:
  • Constructor Details

    • NoUniqueResultException

      public NoUniqueResultException(String message)