public class MethodNotFoundException extends MappingException
| Constructor and Description |
|---|
MethodNotFoundException(String message)
Construct a new
MethodNotFoundException instance. |
MethodNotFoundException(String message,
Throwable throwable)
Construct a new
MethodNotFoundException instance. |
MethodNotFoundException(Throwable throwable)
Construct a new
MethodNotFoundException instance. |
getCause, getMessage, printPartialStackTrace, printStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic MethodNotFoundException(String message)
MethodNotFoundException instance.message - The detail message for this exception.public MethodNotFoundException(Throwable throwable)
MethodNotFoundException instance.throwable - the root cause of the exceptionCopyright © 2005–2020. All rights reserved.