Class PessimisticSerializationRequiredException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vaadin.kubernetes.starter.sessiontracker.PessimisticSerializationRequiredException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UnserializableComponentWrapperFoundException

public class PessimisticSerializationRequiredException extends RuntimeException
Exception raise during session serialization to indicate that VaadinSession lock is required to complete the operation.
See Also:
  • Constructor Details

    • PessimisticSerializationRequiredException

      public PessimisticSerializationRequiredException(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.
    • PessimisticSerializationRequiredException

      public PessimisticSerializationRequiredException(String message, Throwable cause)
      Constructs a new exception with the specified detail message and cause.
      Parameters:
      message - the detail message.
      cause - the cause. (A null value is permitted, and indicates that the cause is nonexistent or unknown.)