2016/05/28 - Apache Tuscany has been retired.

For more information, please explore the Attic.



org.apache.tuscany.sca.interfacedef
Class InvalidOperationException

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.InvalidOperationException
All Implemented Interfaces:
java.io.Serializable

public class InvalidOperationException
extends InvalidInterfaceException

Denotes an invalid conversational interface definition

See Also:
Serialized Form

Constructor Summary
InvalidOperationException(java.lang.String message, 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

InvalidOperationException

public InvalidOperationException(java.lang.String message,
                                 java.lang.reflect.Method operation)
Method Detail

getOperation

public java.lang.reflect.Method getOperation()