public class EndpointException extends MuleException
EndpointException is an abstract exception extended by endpoint
specific exceptions.| Constructor and Description |
|---|
EndpointException(Message message) |
EndpointException(Message message,
Throwable cause) |
EndpointException(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 EndpointException(Message message)
message - the exception messagepublic EndpointException(Message message, Throwable cause)
message - the exception messagecause - the exception that cause this exception to be thrownpublic EndpointException(Throwable cause)
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.