Class ConversionException

All Implemented Interfaces:
Serializable

public class ConversionException extends AxonNonTransientException
Exception indicating that a conversion is required between two formats, but there is no converter capable of doing the conversion.
Since:
2.0.0
Author:
Allard Buijze
See Also:
  • Constructor Details

    • ConversionException

      public ConversionException(@Nonnull String message)
      Initializes the exception with the given message.
      Parameters:
      message - The message describing the problem.
    • ConversionException

      public ConversionException(@Nonnull String message, @Nullable Throwable cause)
      Initializing the exception with given message and cause.
      Parameters:
      message - The message describing the problem.
      cause - The original cause of the exception.