public static class

ServiceDefTarget.NoServiceEntryPointSpecifiedException

extends InvocationException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.google.gwt.user.client.rpc.InvocationException
           ↳ com.google.gwt.user.client.rpc.ServiceDefTarget.NoServiceEntryPointSpecifiedException

Class Overview

This exception is thrown when a service is invoked without setServiceEntryPoint(String) having been called.

Summary

Public Constructors
ServiceDefTarget.NoServiceEntryPointSpecifiedException()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ServiceDefTarget.NoServiceEntryPointSpecifiedException ()