Class ServiceMethodNotFoundException

All Implemented Interfaces:
Serializable

public class ServiceMethodNotFoundException extends ServiceInvocationException
Thrown if a service method does not exist.
See Also:
  • Constructor Details

    • ServiceMethodNotFoundException

      public ServiceMethodNotFoundException(String className, String methodName, String parameters)