com.vaadin.ui.

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:

    7.1

    Author:

    Vaadin Ltd

    See Also:

    Serialized Form

    • Constructor Detail

      • UIDetachedException

        public UIDetachedException()
      • UIDetachedException

        public UIDetachedException​(String message,
                                   Throwable cause)
      • UIDetachedException

        public UIDetachedException​(String message)
      • UIDetachedException

        public UIDetachedException​(Throwable cause)