Uses of Class
com.evolveum.midpoint.util.exception.SystemException
Packages that use SystemException
-
Uses of SystemException in com.evolveum.midpoint.util.exception
Methods in com.evolveum.midpoint.util.exception that return SystemExceptionModifier 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.