Class 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 Details

    • UnserializableComponentWrapperFoundException

      public UnserializableComponentWrapperFoundException(String message)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.