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, toStringpublic MethodNotFoundException(String methodName)
methodName - Service method name that can't be foundCopyright © 2005–2017 Red5. All rights reserved.