GWT 2.7.0

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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.google.gwt.user.client.rpc.InvocationException
                  extended by com.google.gwt.user.client.rpc.ServiceDefTarget.NoServiceEntryPointSpecifiedException
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
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()
           
 
Method Summary
 
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()

GWT 2.7.0