jdk/src/share/classes/java/lang/NoSuchMethodException.java
changeset 24865 09b1d992ca72
parent 5506 202f599c92aa
equal deleted inserted replaced
24864:a7bf63ebda64 24865:09b1d992ca72
    27 
    27 
    28 /**
    28 /**
    29  * Thrown when a particular method cannot be found.
    29  * Thrown when a particular method cannot be found.
    30  *
    30  *
    31  * @author     unascribed
    31  * @author     unascribed
    32  * @since      JDK1.0
    32  * @since      1.0
    33  */
    33  */
    34 public
    34 public
    35 class NoSuchMethodException extends ReflectiveOperationException {
    35 class NoSuchMethodException extends ReflectiveOperationException {
    36     private static final long serialVersionUID = 5034388446362600923L;
    36     private static final long serialVersionUID = 5034388446362600923L;
    37 
    37