Class InvalidApplicationConfigurationException

  • All Implemented Interfaces:
    Serializable

    public class InvalidApplicationConfigurationException
    extends RuntimeException
    Exception indicating that the application's routes have been configured incorrectly.
    Since:
    1.0
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidApplicationConfigurationException

        public InvalidApplicationConfigurationException​(String message)
        Constructs a new invalid route configuration runtime exception with the specified detail message.
        Parameters:
        message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.