Class ServerRpcManager.RpcInvocationException

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    ServerRpcManager<T extends ServerRpc>

    public static class ServerRpcManager.RpcInvocationException
    extends Exception
    Wrapper exception for exceptions which occur during invocation of an RPC call.
    Since:
    7.0
    Author:
    Vaadin Ltd
    See Also:
    Serialized Form
    • Constructor Detail

      • RpcInvocationException

        public RpcInvocationException()
      • RpcInvocationException

        public RpcInvocationException​(String message,
                                      Throwable cause)
      • RpcInvocationException

        public RpcInvocationException​(String message)
      • RpcInvocationException

        public RpcInvocationException​(Throwable cause)