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

Version:
$Rev: 537404 $ $Date: 2007-05-12 13:51:42 +0100 (Sat, 12 May 2007) $
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
equals, 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()