Class ApolloConfigurationException

  • All Implemented Interfaces:
    Serializable

    public class ApolloConfigurationException
    extends RuntimeException
    Thrown if the Apollo configuration is invalid due to a programmer error, e.g. asking for an instance of an unloaded module. Clients should stop execution if this exception occurs.
    See Also:
    Serialized Form
    • Constructor Detail

      • ApolloConfigurationException

        public ApolloConfigurationException​(String message,
                                            Throwable cause)