public class NoSuchMethodException extends ReflectiveOperationException
| Constructor and Description |
|---|
NoSuchMethodException()
Constructs a
NoSuchMethodException without a detail message.
|
NoSuchMethodException(String
Constructs a
NoSuchMethodException with a detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoSuchMethodException()
NoSuchMethodException without a detail message.
public NoSuchMethodException(Strings)
NoSuchMethodException with a detail message.
s - the detail message.