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
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 Summary
ConstructorsConstructorDescriptionNoJpaConverterFoundException(String message) Constructs aNoJpaConverterFoundExceptionwith the providedmessage. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoJpaConverterFoundException
Constructs aNoJpaConverterFoundExceptionwith the providedmessage.- Parameters:
message- The message containing more details about the cause.
-