Package io.joynr.exceptions
Interface JoynrException
-
- All Superinterfaces:
JoynrType,Serializable
- All Known Implementing Classes:
ApplicationException,DiscoveryException,IllegalAccessException,JoynrCommunicationException,JoynrDelayMessageException,JoynrIllegalStateException,JoynrMessageExpiredException,JoynrMessageNotSentException,JoynrRequestInterruptedException,JoynrRuntimeException,JoynrSendBufferFullException,JoynrSerializationException,JoynrShutdownException,JoynrTimeoutException,JoynrWaitExpiredException,MethodInvocationException,MultiDomainNoCompatibleProviderFoundException,NoCompatibleProviderFoundException,ProviderRuntimeException,PublicationMissedException,SubscriptionException
public interface JoynrException extends JoynrType
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_FIELD_NAME_MESSAGEstatic StringJSON_FIELD_NAME_TYPE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()
-
-
-
Field Detail
-
JSON_FIELD_NAME_TYPE
static final String JSON_FIELD_NAME_TYPE
- See Also:
- Constant Field Values
-
JSON_FIELD_NAME_MESSAGE
static final String JSON_FIELD_NAME_MESSAGE
- See Also:
- Constant Field Values
-
-