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 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
-
InvalidUIDLSecurityKeyException
public InvalidUIDLSecurityKeyException()Default constructor for the exception.
-