org.apache.servicemix.jbi
Class NoSuchOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.jbi.JBIException
javax.jbi.messaging.MessagingException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchOperationException
public NoSuchOperationException(QName operationName)
getOperationName
public QName getOperationName()
- Returns the interface name that could not be found
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.