Uses of Class
com.evolveum.midpoint.util.exception.SystemException
Package
Description
-
Uses of SystemException in com.evolveum.midpoint.repo.sqale
Modifier and TypeMethodDescriptionprotected SystemException
SqaleServiceBase.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
Modifier and TypeMethodDescriptionvoid
JdbcSession.executeStatement
(String sql) This is used for technical statements and throwsSystemException
. -
Uses of SystemException in com.evolveum.midpoint.util.exception
Modifier and TypeMethodDescriptionstatic SystemException
SystemException.unexpected
(@NotNull Throwable t) A shortcut used to signal that an exception was really unexpected in the given context.static SystemException
SystemException.unexpected
(@NotNull Throwable t, String context) A variant ofunexpected(Throwable)
that provides a little bit of context.