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
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MethodNotFoundException(String methodName)
methodName
- Service method name that can't be foundCopyright © 2006-2012 The Red5 Project