Package com.google.gwt.user.client.rpc
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 SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
NoServiceEntryPointSpecifiedExceptionpublic NoServiceEntryPointSpecifiedException()
 
-