Class MethodNotFoundException

All Implemented Interfaces:
Serializable

public class MethodNotFoundException extends RuntimeException
Thrown if service method is not found so call throws exception
Author:
The Red5 Project, Luke Hubbard, Codegent Ltd (luke@codegent.com)
See Also:
  • Field Details

  • Constructor Details

    • MethodNotFoundException

      public MethodNotFoundException(String methodName)
      Creates exception with given method name
      Parameters:
      methodName - Service method name that can't be found
    • MethodNotFoundException

      public MethodNotFoundException(String methodName, Object[] args)
      Creates exception with given method name and arguments
      Parameters:
      methodName - Service method name that can't be found
      args - Arguments given