com.aurorasoftworks.signal.runtime.core.context.proxy
Class MethodNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.aurorasoftworks.signal.runtime.core.context.proxy.MethodNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class MethodNotFoundException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
MethodNotFoundException(java.lang.String methodName, java.lang.Class[] parameterTypes)
           
 
Method Summary
 java.lang.String getMethodName()
           
 java.lang.Class[] getParameterTypes()
           
 
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(java.lang.String methodName,
                               java.lang.Class[] parameterTypes)
Method Detail

getMethodName

public java.lang.String getMethodName()

getParameterTypes

public java.lang.Class[] getParameterTypes()


Copyright © 2010. All Rights Reserved.