org.mule.api.endpoint
Class MalformedEndpointException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mule.api.MuleException
org.mule.api.endpoint.EndpointException
org.mule.api.endpoint.MalformedEndpointException
- All Implemented Interfaces:
- Serializable
public class MalformedEndpointException
- extends EndpointException
MalformedEndpointException
is thrown by the MuleEndpointURI class
if it fails to parse a Url
- See Also:
MuleEndpointURI
,
Serialized Form
Methods inherited from class org.mule.api.MuleException |
addInfo, appendMessage, equals, getDetailedMessage, getExceptionCode, getI18nMessage, getInfo, getMessage, getMessageCode, getSummaryMessage, getVerboseMessage, hashCode, initialise, prependMessage, setExceptionCode, setMessage, setMessage |
MalformedEndpointException
public MalformedEndpointException(String endpoint)
- Parameters:
endpoint
- the endpoint that could not be parsed
MalformedEndpointException
public MalformedEndpointException(Message message,
String endpoint)
- Parameters:
endpoint
- the endpoint that could not be parsed
MalformedEndpointException
public MalformedEndpointException(String endpoint,
Throwable cause)
- Parameters:
endpoint
- the endpoint that could not be parsedcause
- the exception that cause this exception to be thrown
MalformedEndpointException
public MalformedEndpointException(Throwable cause)
Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.