Package 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
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 Summary
-
Constructor Summary
ConstructorDescriptionMethodNotFoundException
(String methodName) Creates exception with given method nameMethodNotFoundException
(String methodName, Object[] args) Creates exception with given method name and arguments -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
MethodNotFoundException
Creates exception with given method name- Parameters:
methodName
- Service method name that can't be found
-
MethodNotFoundException
Creates exception with given method name and arguments- Parameters:
methodName
- Service method name that can't be foundargs
- Arguments given
-