Class NoResultException

All Implemented Interfaces:
Serializable

public class NoResultException extends OWLPersistenceException
Thrown by the persistence provider when Query.getSingleResult() or TypedQuery.getSingleResult() is executed on a query and there is no result to return.

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

See Also:
  • Constructor Details

    • NoResultException

      public NoResultException(String message)