org.mule.model
Class TooManySatisfiableMethodsException

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.TooManySatisfiableMethodsException
All Implemented Interfaces:
java.io.Serializable

public class TooManySatisfiableMethodsException
extends ModelException

TooManySatisfiableMethodsException is thrown by EntryPointResolvers when the component passed has more than one 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
TooManySatisfiableMethodsException(java.lang.Object component)
           
TooManySatisfiableMethodsException(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

TooManySatisfiableMethodsException

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

TooManySatisfiableMethodsException

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


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