Package com.vaadin.ui
Class UIDetachedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.vaadin.ui.UIDetachedException
-
- All Implemented Interfaces:
java.io.Serializable
public class UIDetachedException extends java.lang.RuntimeExceptionException thrown if the UI has been detached when it should not be.- Since:
- 7.1
- Author:
- Vaadin Ltd
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UIDetachedException()UIDetachedException(java.lang.String message)UIDetachedException(java.lang.String message, java.lang.Throwable cause)UIDetachedException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
UIDetachedException
public UIDetachedException()
-
UIDetachedException
public UIDetachedException(java.lang.String message, java.lang.Throwable cause)
-
UIDetachedException
public UIDetachedException(java.lang.String message)
-
UIDetachedException
public UIDetachedException(java.lang.Throwable cause)
-
-