Example usage for com.google.gwt.user.client.rpc SerializableException subclass-usage

List of usage examples for com.google.gwt.user.client.rpc SerializableException subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.user.client.rpc SerializableException subclass-usage.

Usage

From source file com.tensegrity.wpalo.client.exceptions.AuthenticationFailedException.java

/**
 * <code>AuthenticationFailedException</code> TODO DOCUMENT ME
 * 
 * @version $Id: AuthenticationFailedException.java,v 1.2 2009/12/17 16:14:21
 *          PhilippBouillon Exp $
 **/

From source file com.totsp.gwittir.example.client.remote.ContactsRemoteException.java

/**
 * 
DOCUMENT ME!
 *
 * @author cooper
 */

From source file edu.ucsb.eucalyptus.admin.server.EucalyptusException.java

/**
 * Created by IntelliJ IDEA.
 * User: dmitriizagorodnov
 * Date: May 5, 2008
 * Time: 2:14:07 PM
 * To change this template use File | Settings | File Templates.

From source file org.codehaus.enunciate.modules.gwt.GWTBeansServiceException.java

/**
 * @author Ryan Heaton
 */
public class GWTBeansServiceException extends com.google.gwt.user.client.rpc.SerializableException {

    private int property1;

From source file rocket.util.test.stacktrace.client.ServerServiceException.java

public class ServerServiceException extends SerializableException {

    public ServerServiceException() {
        super();
    }