public class EndpointNotFoundException extends EndpointException
EndpointNotFoundException
is thrown when an endpoint name or
protocol is specified but a matching endpoint is not registered with the Mule
serverConstructor and Description |
---|
EndpointNotFoundException(Message message) |
EndpointNotFoundException(Message message,
Throwable cause) |
EndpointNotFoundException(String endpoint) |
EndpointNotFoundException(Throwable cause) |
addInfo, appendMessage, equals, getDetailedMessage, getExceptionCode, getI18nMessage, getInfo, getMessage, getMessageCode, getSummaryMessage, getVerboseMessage, hashCode, initialise, prependMessage, setExceptionCode, setMessage, setMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public EndpointNotFoundException(String endpoint)
public EndpointNotFoundException(Message message)
message
- the exception messagepublic EndpointNotFoundException(Message message, Throwable cause)
message
- the exception messagecause
- the exception that cause this exception to be thrownpublic EndpointNotFoundException(Throwable cause)
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.