org.red5.server.service
Class MethodNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.red5.server.service.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 ([email protected]), Luke Hubbard, Codegent Ltd ([email protected])
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 foundargs
- Arguments given
Copyright © 2006-2012 The Red5 Project