Class ComponentDescriptorException

All Implemented Interfaces:
Serializable

public class ComponentDescriptorException extends AxonNonTransientException
Exception indicating that an error occurred in the component description process. This problem prevents the component structure from being properly described or rendered.
Since:
5.0.0
Author:
Mateusz Nowak
See Also:
  • Constructor Details

    • ComponentDescriptorException

      public ComponentDescriptorException(String message)
      Initializes the exception using the given message.
      Parameters:
      message - The message describing the exception.
    • ComponentDescriptorException

      public ComponentDescriptorException(String message, Throwable cause)
      Initializes the exception using the given message and cause.
      Parameters:
      message - The message describing the exception.
      cause - The underlying cause of the exception.