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, toString
public MethodNotFoundException()
public MethodNotFoundException(String message)
message
- public MethodNotFoundException(String message, Throwable cause)
message
- cause
- public MethodNotFoundException(Throwable cause)
cause
- Copyright © 2013. All Rights Reserved.