org.red5.server.service
Class MethodNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
MethodNotFoundException(String methodName)
          Creates exception with given method name
MethodNotFoundException(String methodName, Object[] args)
          Creates exception with given method name and arguments
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 found
args - Arguments given


Copyright © 2006-2012 The Red5 Project