Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.adfnmc.el
Class MethodNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.adfnmc.el.ELException
                  extended by oracle.adfnmc.el.MethodNotFoundException

public class MethodNotFoundException
extends ELException

Thrown when a method could not be found while evaluating a MethodExpression.

Since:
JSP 2.1
See Also:
MethodExpression

Constructor Summary
MethodNotFoundException()
          Creates a MethodNotFoundException with no detail message.
MethodNotFoundException(java.lang.String message)
          Creates a MethodNotFoundException with the provided detail message.
MethodNotFoundException(java.lang.String pMessage, java.lang.Throwable pRootCause)
          Creates a MethodNotFoundException with the given detail message and root cause.
MethodNotFoundException(java.lang.Throwable exception)
          Creates a MethodNotFoundException with the given root cause.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodNotFoundException

public MethodNotFoundException()
Creates a MethodNotFoundException with no detail message.


MethodNotFoundException

public MethodNotFoundException(java.lang.String message)
Creates a MethodNotFoundException with the provided detail message.

Parameters:
message - the detail message

MethodNotFoundException

public MethodNotFoundException(java.lang.Throwable exception)
Creates a MethodNotFoundException with the given root cause.

Parameters:
exception - the originating cause of this exception

MethodNotFoundException

public MethodNotFoundException(java.lang.String pMessage,
                               java.lang.Throwable pRootCause)
Creates a MethodNotFoundException with the given detail message and root cause.

Parameters:
pMessage - the detail message
pRootCause - the originating cause of this exception

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.