org.red5.server.service
public class MethodNotFoundException extends RuntimeException
Constructor and Description |
---|
MethodNotFoundException(String methodName)
Creates exception with given method name
|
MethodNotFoundException(String methodName,
Object[] args)
Creates exception with given method name and arguments
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MethodNotFoundException(String methodName)
methodName
- Service method name that can't be foundCopyright © 2006-2012 The Red5 Project