Class ServerRpcHandler.InvalidUIDLSecurityKeyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
com.vaadin.flow.server.communication.ServerRpcHandler.InvalidUIDLSecurityKeyException
All Implemented Interfaces:
Serializable
Enclosing class:
ServerRpcHandler

public static class ServerRpcHandler.InvalidUIDLSecurityKeyException extends GeneralSecurityException
Exception thrown then the security key sent by the client does not match the expected one.
Since:
1.0
Author:
Vaadin Ltd
See Also:
  • Constructor Details

    • InvalidUIDLSecurityKeyException

      public InvalidUIDLSecurityKeyException()
      Default constructor for the exception.