public class AmbiguousMethodException extends RuntimeException
MethodTransition if there are several
methods with the specifed name in the target object's class.| Constructor and Description |
|---|
AmbiguousMethodException(String methodName)
Creates a new instance using the specified method name as message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AmbiguousMethodException(String methodName)
methodName - the name of the method.Copyright © 2004–2017 Apache MINA Project. All rights reserved.