Uses of Interface
io.joynr.exceptions.JoynrException
-
Packages that use JoynrException Package Description io.joynr.exceptions io.joynr.provider io.joynr.proxy joynr.exceptions -
-
Uses of JoynrException in io.joynr.exceptions
Classes in io.joynr.exceptions that implement JoynrException 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 reasonclassJoynrDelayMessageExceptionclassJoynrIllegalStateExceptionclassJoynrMessageExpiredExceptionclassJoynrMessageNotSentExceptionclassJoynrRequestInterruptedExceptionclassJoynrRuntimeExceptionclassJoynrSendBufferFullExceptionclassJoynrSerializationExceptionclassJoynrShutdownExceptionclassJoynrTimeoutExceptionclassJoynrWaitExpiredExceptionclassMultiDomainNoCompatibleProviderFoundExceptionThis 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 JoynrException in io.joynr.provider
Methods in io.joynr.provider that return types with arguments of type JoynrException Modifier and Type Method Description Optional<JoynrException>AbstractDeferred. getError()Optional<JoynrException>PromiseKeeper. getError()Get the error causing rejection of the promise.Optional<JoynrException>PromiseKeeper. getError(long timeout)Get the error causing rejection of the promise.Methods in io.joynr.provider with parameters of type JoynrException Modifier and Type Method Description abstract voidProviderCallback. onFailure(JoynrException joynrException)voidPromiseAdapter. onRejection(JoynrException error)voidPromiseKeeper. onRejection(JoynrException error)voidPromiseListener. onRejection(JoynrException error)protected booleanAbstractDeferred. reject(JoynrException error)Rejects the promise. -
Uses of JoynrException in io.joynr.proxy
Methods in io.joynr.proxy with parameters of type JoynrException Modifier and Type Method Description voidFuture. onFailure(JoynrException newException)Terminates the future in error -
Uses of JoynrException in joynr.exceptions
Classes in joynr.exceptions that implement JoynrException Modifier and Type Class Description classApplicationExceptionJoynr exception used to return error enums defined in the corresponding Franca model file from provider to consumer.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.
-