Java com.google.gwt.user.client.rpc IncompatibleRemoteServiceException fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.user.client.rpc IncompatibleRemoteServiceException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.user.client.rpc IncompatibleRemoteServiceException.

The text is from its open source code.

Constructor

IncompatibleRemoteServiceException()
Constructor used by RPC serialization.
IncompatibleRemoteServiceException(String msg)
Constructs an instance with the specified message.
IncompatibleRemoteServiceException(String msg, Throwable cause)
Constructs an instance with the specified message and cause.