Package io.joynr.exceptions
Class JoynrSendBufferFullException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.joynr.exceptions.JoynrRuntimeException
-
- io.joynr.exceptions.JoynrSendBufferFullException
-
- All Implemented Interfaces:
JoynrException,JoynrType,Serializable
public class JoynrSendBufferFullException extends JoynrRuntimeException
- 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 Modifier Constructor Description protectedJoynrSendBufferFullException()Constructor for deserializerJoynrSendBufferFullException(RejectedExecutionException e)
-
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
-
-
-
-
Constructor Detail
-
JoynrSendBufferFullException
protected JoynrSendBufferFullException()
Constructor for deserializer
-
JoynrSendBufferFullException
public JoynrSendBufferFullException(RejectedExecutionException e)
-
-