org.apache.camel
Class NoSuchEndpointException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.camel.RuntimeCamelException
                  extended by org.apache.camel.NoSuchEndpointException
All Implemented Interfaces:
Serializable

public class NoSuchEndpointException
extends RuntimeCamelException

A runtime exception thrown if a routing processor such as a RecipientList is unable to resolve an Endpoint from a URI.

Version:
See Also:
Serialized Form

Constructor Summary
NoSuchEndpointException(String uri)
           
NoSuchEndpointException(String uri, String resolveMethod)
           
 
Method Summary
 String getUri()
           
 
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

NoSuchEndpointException

public NoSuchEndpointException(String uri)

NoSuchEndpointException

public NoSuchEndpointException(String uri,
                               String resolveMethod)
Method Detail

getUri

public String getUri()


Apache CAMEL