public class NoSuchActionMethodException
extends java.lang.NoSuchMethodException
Constructor and Description |
---|
NoSuchActionMethodException()
Creates new
NoSuchACtionMethodException without detail message. |
NoSuchActionMethodException(java.lang.String msg)
Constructs an
NoSuchACtionMethodException with the specified detail message. |
public NoSuchActionMethodException()
NoSuchACtionMethodException
without detail message.public NoSuchActionMethodException(java.lang.String msg)
NoSuchACtionMethodException
with the specified detail message.msg
- the detail message.