org.apache.tuscany.sca.core.invocation
Class NoMethodForOperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.tuscany.sca.core.factory.ObjectCreationException
                  extended by org.apache.tuscany.sca.core.invocation.ProxyCreationException
                      extended by org.apache.tuscany.sca.core.invocation.NoMethodForOperationException
All Implemented Interfaces:
java.io.Serializable

public class NoMethodForOperationException
extends ProxyCreationException

Thrown when an org.apache.tuscany.sca.core.factory.model.Operation cannot be mapped to a method on an interface

See Also:
Serialized Form

Constructor Summary
NoMethodForOperationException()
           
NoMethodForOperationException(java.lang.String message)
           
NoMethodForOperationException(java.lang.String message, java.lang.Throwable cause)
           
NoMethodForOperationException(java.lang.Throwable cause)
           
 
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

NoMethodForOperationException

public NoMethodForOperationException()

NoMethodForOperationException

public NoMethodForOperationException(java.lang.String message)

NoMethodForOperationException

public NoMethodForOperationException(java.lang.String message,
                                     java.lang.Throwable cause)

NoMethodForOperationException

public NoMethodForOperationException(java.lang.Throwable cause)