public class MethodNotFoundException extends ELException
MethodExpression.MethodExpression, 
Serialized Form| Constructor and Description | 
|---|
| MethodNotFoundException()Creates a  MethodNotFoundExceptionwith no detail message. | 
| MethodNotFoundException(String message)Creates a  MethodNotFoundExceptionwith the provided 
 detail message. | 
| MethodNotFoundException(String pMessage,
                       Throwable pRootCause)Creates a  MethodNotFoundExceptionwith the given detail
 message and root cause. | 
| MethodNotFoundException(Throwable exception)Creates a  MethodNotFoundExceptionwith the given root 
 cause. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MethodNotFoundException()
MethodNotFoundException with no detail message.public MethodNotFoundException(String message)
MethodNotFoundException with the provided 
 detail message.message - the detail messagepublic MethodNotFoundException(Throwable exception)
MethodNotFoundException with the given root 
 cause.exception - the originating cause of this exceptionCopyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.