org.apache.servicemix.jbi
Class NoInterfaceAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.jbi.JBIException
org.apache.servicemix.jbi.NoEndpointAvailableException
org.apache.servicemix.jbi.NoInterfaceAvailableException
- All Implemented Interfaces:
- Serializable
public class NoInterfaceAvailableException
- extends NoEndpointAvailableException
An exception thrown if a component cannot find an instance of a ServiceEndpoint for a given interfaceName.
- Version:
- $Revision: 564607 $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoInterfaceAvailableException
public NoInterfaceAvailableException(QName interfaceName)
getInterfaceName
public QName getInterfaceName()
- Returns the interface name that could not be found
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.