org.mule.model
Class NoSatisfiableMethodsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mule.umo.UMOException
org.mule.umo.model.ModelException
org.mule.model.NoSatisfiableMethodsException
- All Implemented Interfaces:
- Serializable
- public class NoSatisfiableMethodsException
- extends ModelException
NoSatisfiableMethodsException is thrown by EntryPointResolvers when
the component passed has no methods that meet the criteria of the configured
EntryPointResolver.
- See Also:
UMOEntryPointResolver,
Serialized Form
| Methods inherited from class org.mule.umo.UMOException |
addInfo, appendMessage, equals, getDetailedMessage, getExceptionCode, getI18nMessage, getInfo, getMessage, getMessageCode, hashCode, initialise, prependMessage, setExceptionCode, setMessage, setMessage |
NoSatisfiableMethodsException
public NoSatisfiableMethodsException(Object component,
Object args)
- Parameters:
component -
NoSatisfiableMethodsException
public NoSatisfiableMethodsException(Object component,
Object args,
Exception cause)
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.