public class MethodNotFoundException extends ELException
Constructor | Description |
---|---|
MethodNotFoundException() |
|
MethodNotFoundException(java.lang.String message) |
|
MethodNotFoundException(java.lang.String message,
java.lang.Throwable cause) |
|
MethodNotFoundException(java.lang.Throwable cause) |
public MethodNotFoundException()
public MethodNotFoundException(java.lang.String message)
public MethodNotFoundException(java.lang.Throwable cause)
public MethodNotFoundException(java.lang.String message, java.lang.Throwable cause)
Copyright © 2000-2016 The Apache Software Foundation. All Rights Reserved.