org.apache.tuscany.sca.interfacedef
Class OverloadedOperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.tuscany.sca.interfacedef.InvalidInterfaceException
              extended by org.apache.tuscany.sca.interfacedef.OverloadedOperationException
All Implemented Interfaces:
java.io.Serializable

public class OverloadedOperationException
extends InvalidInterfaceException

Exception thrown to indicate that a service contract specification contains an overloaded method.

See Also:
Serialized Form

Constructor Summary
OverloadedOperationException(java.lang.reflect.Method operation)
           
 
Method Summary
 java.lang.reflect.Method getOperation()
           
 
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

OverloadedOperationException

public OverloadedOperationException(java.lang.reflect.Method operation)
Method Detail

getOperation

public java.lang.reflect.Method getOperation()