Class AmbiguousMethodException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.mina.statemachine.transition.AmbiguousMethodException
All Implemented Interfaces:
Serializable

public class AmbiguousMethodException extends RuntimeException
Thrown by the constructors in MethodTransition if there are several methods with the specifed name in the target object's class.
See Also:
  • Field Details

  • Constructor Details

    • AmbiguousMethodException

      public AmbiguousMethodException(String methodName)
      Creates a new instance using the specified method name as message.
      Parameters:
      methodName - the name of the method.