Class LocalOnlyDispatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.fluxzero.sdk.publishing.GatewayException
io.fluxzero.sdk.publishing.LocalOnlyDispatchException
- All Implemented Interfaces:
Serializable
Thrown when no local handler accepts a local-only request.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLocalOnlyDispatchException(Class<?> payloadType, MessageType messageType) Creates a fail-closed dispatch exception. -
Method Summary
Methods inherited from class GatewayException
getDocumentationUrl, getErrorCode, getFluxzeroErrorReportMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LocalOnlyDispatchException
Creates a fail-closed dispatch exception.- Parameters:
payloadType- the intercepted payload type that was about to be dispatchedmessageType- the gateway message type
-