|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.camel.RuntimeCamelException
org.apache.camel.NoSuchEndpointException
public class NoSuchEndpointException
A runtime exception thrown if a routing processor such as a
RecipientList
is unable to resolve an
Endpoint
from a URI.
Constructor Summary | |
---|---|
NoSuchEndpointException(java.lang.String uri)
|
|
NoSuchEndpointException(java.lang.String uri,
java.lang.String resolveMethod)
|
Method Summary | |
---|---|
java.lang.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 |
---|
public NoSuchEndpointException(java.lang.String uri)
public NoSuchEndpointException(java.lang.String uri, java.lang.String resolveMethod)
Method Detail |
---|
public java.lang.String getUri()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |