org.apache.servicemix.jbi
Class NoServiceEndpointAvailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.jbi.JBIException
              extended by org.apache.servicemix.jbi.NoEndpointAvailableException
                  extended by org.apache.servicemix.jbi.NoServiceEndpointAvailableException
All Implemented Interfaces:
Serializable

public class NoServiceEndpointAvailableException
extends NoEndpointAvailableException

An exception thrown if a component cannot find an instance of a ServiceEndpoint for a given serviceName.

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

Constructor Summary
NoServiceEndpointAvailableException(QName serviceName, String endpointName)
           
 
Method Summary
 String getEndpointName()
          Returns the endpoint name that could not be found
 QName getServiceName()
          Returns the service 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

NoServiceEndpointAvailableException

public NoServiceEndpointAvailableException(QName serviceName,
                                           String endpointName)
Method Detail

getServiceName

public QName getServiceName()
Returns the service name that could not be found


getEndpointName

public String getEndpointName()
Returns the endpoint name that could not be found



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