public class MethodNotFoundException extends ELException
| Constructor and Description |
|---|
MethodNotFoundException() |
MethodNotFoundException(String message) |
MethodNotFoundException(String message,
Throwable cause) |
MethodNotFoundException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MethodNotFoundException()
public MethodNotFoundException(String message)
message - public MethodNotFoundException(String message, Throwable cause)
message - cause - public MethodNotFoundException(Throwable cause)
cause - Copyright © 2016. All rights reserved.