org.apache.servicemix.jbi
Class NoEndpointAvailableException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoInterfaceAvailableException, NoServiceAvailableException, NoServiceEndpointAvailableException

public class NoEndpointAvailableException
extends javax.jbi.JBIException

An exception thrown if a ServiceEndpoint is unavailable

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

Constructor Summary
NoEndpointAvailableException(String aMessage)
           
 
Method Summary
 
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

NoEndpointAvailableException

public NoEndpointAvailableException(String aMessage)


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