Class AmbiguousMethodException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.mina.statemachine.transition.AmbiguousMethodException
-
- All Implemented Interfaces:
java.io.Serializable
public class AmbiguousMethodException extends java.lang.RuntimeExceptionThrown by the constructors inMethodTransitionif there are several methods with the specifed name in the target object's class.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description AmbiguousMethodException(java.lang.String methodName)Creates a new instance using the specified method name as message.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-