Uses of Class
org.apache.openjpa.util.InvalidStateException
-
Packages that use InvalidStateException Package Description org.apache.openjpa.util OpenJPA Utilities -
-
Uses of InvalidStateException in org.apache.openjpa.util
Subclasses of InvalidStateException in org.apache.openjpa.util Modifier and Type Class Description classNonUniqueResultExceptionException type thrown when a query was configured to return a single result, and multiple results were found.classNoResultExceptionException type thrown when a query was configured to return a single result, and no result was found.classNoTransactionExceptionException type thrown when attempting a transactional operation without an active transaction.
-