public class NoReceiverForEndpointException extends EndpointException
NoReceiverForEndpointException is thrown when an enpoint is
specified for a receiver but no such receiver exists.| Constructor and Description |
|---|
NoReceiverForEndpointException(Message message) |
NoReceiverForEndpointException(Message message,
Throwable cause) |
NoReceiverForEndpointException(String endpoint) |
NoReceiverForEndpointException(Throwable cause) |
addInfo, appendMessage, equals, getDetailedMessage, getExceptionCode, getI18nMessage, getInfo, getMessage, getMessageCode, getSummaryMessage, getVerboseMessage, hashCode, initialise, prependMessage, setExceptionCode, setMessage, setMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoReceiverForEndpointException(String endpoint)
endpoint - the endpoint that could not be locatedpublic NoReceiverForEndpointException(Message message)
message - the exception messagepublic NoReceiverForEndpointException(Message message, Throwable cause)
message - the exception messagecause - the exception that cause this exception to be thrownpublic NoReceiverForEndpointException(Throwable cause)
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.