Class ServiceDefTarget.NoServiceEntryPointSpecifiedException

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
All Implemented Interfaces:
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:
  • Constructor Details

    • NoServiceEntryPointSpecifiedException

      public NoServiceEntryPointSpecifiedException()