Class NoJpaConverterFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.axonframework.common.AxonException
org.axonframework.eventhandling.deadletter.jpa.NoJpaConverterFoundException
All Implemented Interfaces:
Serializable

public class NoJpaConverterFoundException extends AxonException
Indicates that the JpaSequencedDeadLetterQueue could not resolve a converter based on the DeadLetterEntry or EventMessage that needed to be converted.
Since:
4.6.0
Author:
Mitchell Herrijgers
See Also:
  • Constructor Details

    • NoJpaConverterFoundException

      public NoJpaConverterFoundException(String message)
      Constructs a NoJpaConverterFoundException with the provided message.
      Parameters:
      message - The message containing more details about the cause.