Exception
Table of Contents
Interfaces
- ExceptionInterface
- Base Messenger component's exception.
- RecoverableExceptionInterface
- Marker interface for exceptions to indicate that handling a message should have worked.
- StopWorkerExceptionInterface
- UnrecoverableExceptionInterface
- Marker interface for exceptions to indicate that handling a message will continue to fail.
Classes
- DelayedMessageHandlingException
- When handling queued messages from {@link DispatchAfterCurrentBusMiddleware}, some handlers caused an exception. This exception contains all those handler exceptions.
- HandlerFailedException
- InvalidArgumentException
- LogicException
- MessageDecodingFailedException
- Thrown when a message cannot be decoded in a serializer.
- NoHandlerForMessageException
- RecoverableMessageHandlingException
- A concrete implementation of RecoverableExceptionInterface that can be used directly.
- RejectRedeliveredMessageException
- RuntimeException
- StopWorkerException
- TransportException
- UnrecoverableMessageHandlingException
- A concrete implementation of UnrecoverableExceptionInterface that can be used directly.
- ValidationFailedException