Serialized Form
-
Package com.hivemq.extension.sdk.api.services.exception
-
Class com.hivemq.extension.sdk.api.services.exception.DoNotImplementException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
fillInStacktrace
boolean fillInStacktrace
Flag that if true will also fill in the stack trace for the exception.- Since:
- 4.0.0
-
implementedClass
@NotNull java.lang.String implementedClass
The name of the class that was implemented.- Since:
- 4.0.0
-
-
-
Class com.hivemq.extension.sdk.api.services.exception.InvalidTopicException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
fillInStacktrace
boolean fillInStacktrace
Flag that if true will also fill in the stack trace for the exception.- Since:
- 4.0.0
-
topicFilter
@NotNull java.lang.String topicFilter
The topic filter that caused the exception.- Since:
- 4.0.0
-
-
-
Class com.hivemq.extension.sdk.api.services.exception.LimitExceededException extends java.lang.RuntimeException implements Serializable
-
Class com.hivemq.extension.sdk.api.services.exception.NoSuchClientIdException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
clientId
@NotNull java.lang.String clientId
The client id that caused the exception.- Since:
- 4.0.0
-
fillInStacktrace
boolean fillInStacktrace
Flag that if true will also fill in the stack trace for the exception.- Since:
- 4.0.0
-
-
-
Class com.hivemq.extension.sdk.api.services.exception.RateLimitExceededException extends java.lang.RuntimeException implements Serializable
-