org.apache.servicemix.jbi
Class NoSuchOperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.jbi.JBIException
              extended by javax.jbi.messaging.MessagingException
                  extended by org.apache.servicemix.jbi.NoSuchOperationException
All Implemented Interfaces:
Serializable

public class NoSuchOperationException
extends javax.jbi.messaging.MessagingException

An exception thrown if a component does not expose the given operation.

Version:
$Revision: 564374 $
See Also:
Serialized Form

Constructor Summary
NoSuchOperationException(QName operationName)
           
 
Method Summary
 QName getOperationName()
          Returns the interface name that could not be found
 
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

NoSuchOperationException

public NoSuchOperationException(QName operationName)
Method Detail

getOperationName

public QName getOperationName()
Returns the interface name that could not be found



Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.