public class MethodNotFoundException extends ELException
MethodExpression
.MethodExpression
,
Serialized FormConstructor and Description |
---|
MethodNotFoundException()
Creates a
MethodNotFoundException with no detail message. |
MethodNotFoundException(String message)
Creates a
MethodNotFoundException with the provided
detail message. |
MethodNotFoundException(String pMessage,
Throwable pRootCause)
Creates a
MethodNotFoundException with the given detail
message and root cause. |
MethodNotFoundException(Throwable exception)
Creates a
MethodNotFoundException with the given root
cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.