public class NoSuchMethodException extends RuntimeException
RuntimeException equivalent of NoSuchMethodException.
Thrown by the constructors in MethodTransition if no method by
the specifed name can be found.| Constructor and Description |
|---|
NoSuchMethodException(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 NoSuchMethodException(String methodName)
methodName - the name of the method.Copyright © 2004–2017 Apache MINA Project. All rights reserved.