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:
- java.io.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 |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
MalformedEndpointException
public MalformedEndpointException(java.lang.String endpoint)
- Parameters:
endpoint
- the endpoint that could not be parsed
MalformedEndpointException
public MalformedEndpointException(Message message,
java.lang.String endpoint)
- Parameters:
endpoint
- the endpoint that could not be parsed
MalformedEndpointException
public MalformedEndpointException(java.lang.String endpoint,
java.lang.Throwable cause)
- Parameters:
endpoint
- the endpoint that could not be parsedcause
- the exception that cause this exception to be thrown
MalformedEndpointException
public MalformedEndpointException(java.lang.Throwable cause)
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.