Uses of Class
de.xima.fc.user_portal.api.provider.model.UserPortalApiException
Packages that use UserPortalApiException
-
Uses of UserPortalApiException in de.xima.fc.user_portal.api.provider.spec
Methods in de.xima.fc.user_portal.api.provider.spec that return types with arguments of type UserPortalApiExceptionModifier and TypeMethodDescriptionIUserPortalResponse.get()Blocks and synchronously gets the value or the error of the pending future .Method parameters in de.xima.fc.user_portal.api.provider.spec with type arguments of type UserPortalApiExceptionModifier and TypeMethodDescriptiondefault TIUserPortalResponse.orElseGet(Function<UserPortalApiException, T> defaultValue) Blocks until the future has arrived and returns the present value.Methods in de.xima.fc.user_portal.api.provider.spec that throw UserPortalApiExceptionModifier and TypeMethodDescriptiondefault TIUserPortalResponse.orElseThrow()Blocks until the future has arrived and returns the present value.