Class UnserializableComponentWrapperFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vaadin.kubernetes.starter.sessiontracker.PessimisticSerializationRequiredException
com.vaadin.kubernetes.starter.sessiontracker.UnserializableComponentWrapperFoundException
- All Implemented Interfaces:
Serializable
public class UnserializableComponentWrapperFoundException
extends PessimisticSerializationRequiredException
Exception raise during session serialization when
UnserializableComponentWrapper is found in the UI tree to indicate
that VaadinSession lock is required to complete the operation.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new exception with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnserializableComponentWrapperFoundException
Constructs a new exception with the specified detail message.- Parameters:
message- the detail message. The detail message is saved for later retrieval by theThrowable.getMessage()method.
-