com.vaadin.flow.server.

Class VaadinConfigurationException

  • All Implemented Interfaces:

    Serializable


    public class VaadinConfigurationException
    extends Exception

    Exception thrown for failures in the generation of a deployment configuration object.

    For internal use only. May be renamed or removed in a future release.

    See Also:

    Serialized Form

    • Constructor Detail

      • VaadinConfigurationException

        public VaadinConfigurationException(String message,
                                            Exception exception)

        Exception constructor.

        Parameters:

        message - exception message

        exception - exception cause