com.google.gwt.user.client.rpc
Class ServiceDefTarget.NoServiceEntryPointSpecifiedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.google.gwt.user.client.rpc.InvocationException
                  extended bycom.google.gwt.user.client.rpc.ServiceDefTarget.NoServiceEntryPointSpecifiedException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ServiceDefTarget

public static class ServiceDefTarget.NoServiceEntryPointSpecifiedException
extends InvocationException

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

See Also:
Serialized Form

Constructor Summary
ServiceDefTarget.NoServiceEntryPointSpecifiedException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceDefTarget.NoServiceEntryPointSpecifiedException

public ServiceDefTarget.NoServiceEntryPointSpecifiedException()