| Package | Description |
|---|---|
| io.joynr.exceptions | |
| io.joynr.provider | |
| io.joynr.proxy | |
| joynr.exceptions |
| Modifier and Type | Class and Description |
|---|---|
class |
DiscoveryException
Joynr exception to report errors during discovery.
|
class |
JoynrCommunicationException
This exception is thrown, when synchronous communication via Joyn messaging fails for whatever reason
|
class |
JoynrDelayMessageException |
class |
JoynrIllegalStateException |
class |
JoynrMessageExpiredException |
class |
JoynrMessageNotSentException |
class |
JoynrRequestInterruptedException |
class |
JoynrRuntimeException |
class |
JoynrSendBufferFullException |
class |
JoynrSerializationException |
class |
JoynrShutdownException |
class |
JoynrTimeoutException |
class |
JoynrWaitExpiredException |
class |
MultiDomainNoCompatibleProviderFoundException
This exception is thrown when a multi-domain proxy encounters
NoCompatibleProviderFoundException for any of
the domains being queried. |
class |
NoCompatibleProviderFoundException
Joynr exception to report arbitration failures because of version incompatibility.
|
class |
SubscriptionException |
| Modifier and Type | Method and Description |
|---|---|
Optional<JoynrException> |
PromiseKeeper.getError()
Get the error causing rejection of the promise.
|
Optional<JoynrException> |
AbstractDeferred.getError() |
Optional<JoynrException> |
PromiseKeeper.getError(long timeout)
Get the error causing rejection of the promise.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ProviderCallback.onFailure(JoynrException joynrException) |
void |
PromiseKeeper.onRejection(JoynrException error) |
void |
PromiseListener.onRejection(JoynrException error) |
void |
PromiseAdapter.onRejection(JoynrException error) |
protected boolean |
AbstractDeferred.reject(JoynrException error)
Rejects the promise.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Future.onFailure(JoynrException newException)
Terminates the future in error
|
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationException
Joynr exception used to return error enums defined in the corresponding
Franca model file from provider to consumer.
|
class |
IllegalAccessException
Joynr exception to report access control errors.
|
class |
MethodInvocationException
Joynr exception class to report error during method invocations (RPC) at a provider
("no such method", invalid arguments, etc.)
|
class |
ProviderRuntimeException
Joynr exception to report errors at the provider if no error enums are defined
in the corresponding Franca model file.
|
class |
PublicationMissedException
Joynr exception to report missed periodic publications.
|
Copyright © 2021. All rights reserved.