Class ServerRpcHandler.ResynchronizationRequiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vaadin.flow.server.communication.ServerRpcHandler.ResynchronizationRequiredException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ServerRpcHandler
Exception thrown then the client side resynchronization is required.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResynchronizationRequiredException
public ResynchronizationRequiredException()Default constructor for the exception.
-