Uses of Class
com.evolveum.midpoint.util.exception.SystemException
Packages that use SystemException
Package
Description
-
Uses of SystemException in com.evolveum.midpoint.repo.sqale
Methods in com.evolveum.midpoint.repo.sqale that return SystemExceptionModifier and TypeMethodDescriptionprotected SystemExceptionSqaleServiceBase.handledGeneralException(@NotNull Throwable ex, @NotNull OperationResult operationResult) Handles exception outside of transaction - this does not handle transactional problems. -
Uses of SystemException in com.evolveum.midpoint.repo.sqale.mapping
Methods in com.evolveum.midpoint.repo.sqale.mapping that return types with arguments of type SystemExceptionModifier and TypeMethodDescriptionprotected CheckedFunction<SchemaRegistryState,ItemDefinition<?>, SystemException> SqaleTableMapping.definitionDerivation() -
Uses of SystemException in com.evolveum.midpoint.repo.sqale.qmodel.assignment
Methods in com.evolveum.midpoint.repo.sqale.qmodel.assignment that return types with arguments of type SystemExceptionModifier and TypeMethodDescriptionprotected CheckedFunction<SchemaRegistryState,ItemDefinition<?>, SystemException> QAssignmentMapping.definitionDerivation() -
Uses of SystemException in com.evolveum.midpoint.repo.sqale.qmodel.common
Methods in com.evolveum.midpoint.repo.sqale.qmodel.common that return types with arguments of type SystemExceptionModifier and TypeMethodDescriptionprotected abstract CheckedFunction<SchemaRegistryState,ItemDefinition<?>, SystemException> QContainerWithFullObjectMapping.definitionDerivation() -
Uses of SystemException in com.evolveum.midpoint.repo.sqale.qmodel.focus
Methods in com.evolveum.midpoint.repo.sqale.qmodel.focus that return types with arguments of type SystemExceptionModifier and TypeMethodDescriptionprotected CheckedFunction<SchemaRegistryState,ItemDefinition<?>, SystemException> QFocusIdentityMapping.definitionDerivation() -
Uses of SystemException in com.evolveum.midpoint.repo.sqale.qmodel.object
Methods in com.evolveum.midpoint.repo.sqale.qmodel.object that return types with arguments of type SystemExceptionModifier and TypeMethodDescriptionprotected CheckedFunction<SchemaRegistryState,ItemDefinition<?>, SystemException> QObjectMapping.definitionDerivation()protected CheckedFunction<SchemaRegistryState,ItemDefinition<?>, SystemException> QOperationExecutionMapping.definitionDerivation() -
Uses of SystemException in com.evolveum.midpoint.repo.sqlbase
Methods in com.evolveum.midpoint.repo.sqlbase that throw SystemExceptionModifier and TypeMethodDescriptionvoidJdbcSession.executeStatement(String sql) This is used for technical statements and throwsSystemException. -
Uses of SystemException in com.evolveum.midpoint.util.exception
Methods in com.evolveum.midpoint.util.exception that return SystemExceptionModifier and TypeMethodDescriptionstatic SystemExceptionSystemException.unexpected(@NotNull Throwable t) A shortcut used to signal that an exception was really unexpected in the given context.static SystemExceptionSystemException.unexpected(@NotNull Throwable t, String context) A variant ofunexpected(Throwable)that provides a little bit of context.