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.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.