You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.component.

Class UIDetachedException

  • All Implemented Interfaces:

    Serializable

    public class UIDetachedException
    extends RuntimeException

    Exception thrown if the UI has been detached when it should not be.

    Since:

    1.0

    Author:

    Vaadin Ltd

    See Also:

    Serialized Form

    • Constructor Detail

      • UIDetachedException

        public UIDetachedException()

        Creates an instance of the exception.

      • UIDetachedException

        public UIDetachedException​(String message,
                                   Throwable cause)

        Creates an instance of the exception using the given message and cause.

        Parameters:

        message - the message to use

        cause - the cause of the exception

      • UIDetachedException

        public UIDetachedException​(String message)

        Creates an instance of the exception using the given message.

        Parameters:

        message - the message to use

      • UIDetachedException

        public UIDetachedException​(Throwable cause)

        Creates an instance of the exception using the given cause.

        Parameters:

        cause - the cause of the exception