Uses of Class
io.joynr.exceptions.JoynrRuntimeException
-
Packages that use JoynrRuntimeException Package Description io.joynr.exceptions io.joynr.proxy io.joynr.pubsub.subscription joynr.exceptions joynr.infrastructure joynr.system -
-
Uses of JoynrRuntimeException in io.joynr.exceptions
Subclasses of JoynrRuntimeException in io.joynr.exceptions Modifier and Type Class Description classDiscoveryExceptionJoynr exception to report errors during discovery.classJoynrCommunicationExceptionThis exception is thrown, when synchronous communication via Joyn messaging fails for whatever reasonclassJoynrDelayMessageExceptionclassJoynrIllegalStateExceptionclassJoynrMessageExpiredExceptionclassJoynrMessageNotSentExceptionclassJoynrRequestInterruptedExceptionclassJoynrSendBufferFullExceptionclassJoynrSerializationExceptionclassJoynrShutdownExceptionclassJoynrTimeoutExceptionclassJoynrWaitExpiredExceptionclassMultiDomainNoCompatibleProviderFoundExceptionThis exception is thrown when a multi-domain proxy encountersNoCompatibleProviderFoundExceptionfor any of the domains being queried.classNoCompatibleProviderFoundExceptionJoynr exception to report arbitration failures because of version incompatibility.classSubscriptionException -
Uses of JoynrRuntimeException in io.joynr.proxy
Methods in io.joynr.proxy with parameters of type JoynrRuntimeException Modifier and Type Method Description voidICallback. onFailure(JoynrRuntimeException runtimeException)Methods in io.joynr.proxy that throw JoynrRuntimeException Modifier and Type Method Description TFuture. get()This is a blocking call which waits until the request finishes/an error occurs.TFuture. get(long timeoutMs)This is a blocking call which waits until the request finishes/an error occurs/or times out. -
Uses of JoynrRuntimeException in io.joynr.pubsub.subscription
Methods in io.joynr.pubsub.subscription with parameters of type JoynrRuntimeException Modifier and Type Method Description voidAttributeSubscriptionAdapter. onError(JoynrRuntimeException error)voidAttributeSubscriptionListener. onError(JoynrRuntimeException error)Gets called on every error that is detected on the subscription. -
Uses of JoynrRuntimeException in joynr.exceptions
Subclasses of JoynrRuntimeException in joynr.exceptions Modifier and Type Class Description classIllegalAccessExceptionJoynr exception to report access control errors.classMethodInvocationExceptionJoynr exception class to report error during method invocations (RPC) at a provider ("no such method", invalid arguments, etc.)classProviderRuntimeExceptionJoynr exception to report errors at the provider if no error enums are defined in the corresponding Franca model file.classPublicationMissedExceptionJoynr exception to report missed periodic publications. -
Uses of JoynrRuntimeException in joynr.infrastructure
Methods in joynr.infrastructure with parameters of type JoynrRuntimeException Modifier and Type Method Description default voidGlobalCapabilitiesDirectoryStatelessAsyncCallback. addFailed(JoynrRuntimeException runtimeException, ReplyContext replyContext)default voidGlobalCapabilitiesDirectoryStatelessAsyncCallback. lookupFailed(JoynrRuntimeException runtimeException, ReplyContext replyContext)default voidGlobalCapabilitiesDirectoryStatelessAsyncCallback. removeFailed(JoynrRuntimeException runtimeException, ReplyContext replyContext)default voidAccessControlListEditorStatelessAsyncCallback. removeMasterAccessControlEntryFailed(JoynrRuntimeException runtimeException, ReplyContext replyContext)default voidAccessControlListEditorStatelessAsyncCallback. removeMasterRegistrationControlEntryFailed(JoynrRuntimeException runtimeException, ReplyContext replyContext)default voidAccessControlListEditorStatelessAsyncCallback. removeMediatorAccessControlEntryFailed(JoynrRuntimeException runtimeException, ReplyContext replyContext)default voidAccessControlListEditorStatelessAsyncCallback. removeMediatorRegistrationControlEntryFailed(JoynrRuntimeException runtimeException, ReplyContext replyContext)default voidAccessControlListEditorStatelessAsyncCallback. removeOwnerAccessControlEntryFailed(JoynrRuntimeException runtimeException, ReplyContext replyContext)default voidAccessControlListEditorStatelessAsyncCallback. removeOwnerRegistrationControlEntryFailed(JoynrRuntimeException runtimeException, ReplyContext replyContext)default voidGlobalCapabilitiesDirectoryStatelessAsyncCallback. removeStaleFailed(JoynrRuntimeException runtimeException, ReplyContext replyContext)default voidGlobalCapabilitiesDirectoryStatelessAsyncCallback. touchFailed(JoynrRuntimeException runtimeException, ReplyContext replyContext)default voidAccessControlListEditorStatelessAsyncCallback. updateMasterAccessControlEntryFailed(JoynrRuntimeException runtimeException, ReplyContext replyContext)default voidAccessControlListEditorStatelessAsyncCallback. updateMasterRegistrationControlEntryFailed(JoynrRuntimeException runtimeException, ReplyContext replyContext)default voidAccessControlListEditorStatelessAsyncCallback. updateMediatorAccessControlEntryFailed(JoynrRuntimeException runtimeException, ReplyContext replyContext)default voidAccessControlListEditorStatelessAsyncCallback. updateMediatorRegistrationControlEntryFailed(JoynrRuntimeException runtimeException, ReplyContext replyContext)default voidAccessControlListEditorStatelessAsyncCallback. updateOwnerAccessControlEntryFailed(JoynrRuntimeException runtimeException, ReplyContext replyContext)default voidAccessControlListEditorStatelessAsyncCallback. updateOwnerRegistrationControlEntryFailed(JoynrRuntimeException runtimeException, ReplyContext replyContext) -
Uses of JoynrRuntimeException in joynr.system
Methods in joynr.system with parameters of type JoynrRuntimeException Modifier and Type Method Description default voidDiscoveryStatelessAsyncCallback. addFailed(JoynrRuntimeException runtimeException, ReplyContext replyContext)default voidRoutingStatelessAsyncCallback. addMulticastReceiverFailed(JoynrRuntimeException runtimeException, ReplyContext replyContext)default voidRoutingStatelessAsyncCallback. addNextHopFailed(JoynrRuntimeException runtimeException, ReplyContext replyContext)default voidDiscoveryStatelessAsyncCallback. addToAllFailed(JoynrRuntimeException runtimeException, ReplyContext replyContext)default voidRoutingStatelessAsyncCallback. getGlobalAddressFailed(JoynrRuntimeException runtimeException, ReplyContext replyContext)default voidRoutingStatelessAsyncCallback. getReplyToAddressFailed(JoynrRuntimeException runtimeException, ReplyContext replyContext)default voidDiscoveryStatelessAsyncCallback. lookupFailed(JoynrRuntimeException runtimeException, ReplyContext replyContext)default voidDiscoveryStatelessAsyncCallback. removeFailed(JoynrRuntimeException runtimeException, ReplyContext replyContext)default voidRoutingStatelessAsyncCallback. removeMulticastReceiverFailed(JoynrRuntimeException runtimeException, ReplyContext replyContext)default voidRoutingStatelessAsyncCallback. removeNextHopFailed(JoynrRuntimeException runtimeException, ReplyContext replyContext)default voidRoutingStatelessAsyncCallback. resolveNextHopFailed(JoynrRuntimeException runtimeException, ReplyContext replyContext)default voidProviderReregistrationControllerStatelessAsyncCallback. triggerGlobalProviderReregistrationFailed(JoynrRuntimeException runtimeException, ReplyContext replyContext)
-