Package io.joynr.exceptions
Class JoynrRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.joynr.exceptions.JoynrRuntimeException
-
- All Implemented Interfaces:
JoynrException,JoynrType,Serializable
- Direct Known Subclasses:
DiscoveryException,IllegalAccessException,JoynrCommunicationException,JoynrDelayMessageException,JoynrIllegalStateException,JoynrMessageNotSentException,JoynrRequestInterruptedException,JoynrSendBufferFullException,JoynrSerializationException,JoynrShutdownException,JoynrTimeoutException,MethodInvocationException,MultiDomainNoCompatibleProviderFoundException,ProviderRuntimeException,PublicationMissedException,SubscriptionException
public class JoynrRuntimeException extends RuntimeException implements JoynrException
- 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 JoynrRuntimeException()JoynrRuntimeException(String message)JoynrRuntimeException(String message, Throwable cause)JoynrRuntimeException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetMessage()inthashCode()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessagein classThrowable
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfaceJoynrException- Overrides:
equalsin classObject
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfaceJoynrException- Overrides:
hashCodein classObject
-
-