| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException javax.el.ELException javax.el.MethodNotFoundException
MethodNotFoundException | public MethodNotFoundException()(Code) | | Creates a MethodNotFoundException with no detail message.
|
MethodNotFoundException | public MethodNotFoundException(String message)(Code) | | Creates a MethodNotFoundException with the provided
detail message.
Parameters: message - the detail message |
MethodNotFoundException | public MethodNotFoundException(Throwable exception)(Code) | | Creates a MethodNotFoundException with the given root
cause.
Parameters: exception - the originating cause of this exception |
MethodNotFoundException | public MethodNotFoundException(String pMessage, Throwable pRootCause)(Code) | | Creates a MethodNotFoundException with the given detail
message and root cause.
Parameters: pMessage - the detail message Parameters: pRootCause - the originating cause of this exception |
|
|
|