Class AxonConfigurationException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PropertyAccessException, UnsupportedHandlerException

public class AxonConfigurationException extends AxonNonTransientException
Exception indicating that a configuration error has been made in the Axon configuration. This problem prevents the application from operating properly.
Since:
0.7
Author:
Allard Buijze
See Also:
  • Constructor Details

    • AxonConfigurationException

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

      public AxonConfigurationException(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