org.mule.model
Class NoSatisfiableMethodsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.mule.umo.UMOException
              extended byorg.mule.umo.model.ModelException
                  extended byorg.mule.model.NoSatisfiableMethodsException
All Implemented Interfaces:
java.io.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.

Version:
$Revision: 1.1.1.1 $
Author:
Ross Mason
See Also:
UMOEntryPointResolver, Serialized Form

Constructor Summary
NoSatisfiableMethodsException(java.lang.Object component)
           
NoSatisfiableMethodsException(java.lang.Object component, java.lang.Exception cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSatisfiableMethodsException

public NoSatisfiableMethodsException(java.lang.Object component)
Parameters:
component -

NoSatisfiableMethodsException

public NoSatisfiableMethodsException(java.lang.Object component,
                                     java.lang.Exception cause)


Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.