Package io.joynr.exceptions
Class JoynrCommunicationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.joynr.exceptions.JoynrRuntimeException
-
- io.joynr.exceptions.JoynrCommunicationException
-
- All Implemented Interfaces:
JoynrException,JoynrType,Serializable
public class JoynrCommunicationException extends JoynrRuntimeException
This exception is thrown, when synchronous communication via Joyn messaging fails for whatever reason- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface io.joynr.exceptions.JoynrException
JSON_FIELD_NAME_MESSAGE, JSON_FIELD_NAME_TYPE
-
-
Constructor Summary
Constructors Constructor Description JoynrCommunicationException()JoynrCommunicationException(String message)JoynrCommunicationException(String message, Throwable cause)JoynrCommunicationException(Throwable cause)
-
Method Summary
-
Methods inherited from class io.joynr.exceptions.JoynrRuntimeException
equals, getMessage, hashCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-