home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-tomcat-addon-1.4.9-installer.exe / jmx.jar / javax / management / AttributeNotFoundException.class (.txt) < prev    next >
Encoding:
Java Class File  |  2002-10-28  |  558 b   |  13 lines

  1. package javax.management;
  2.  
  3. public class AttributeNotFoundException extends OperationsException {
  4.    private static final long serialVersionUID = 6511584241791106926L;
  5.  
  6.    public AttributeNotFoundException() {
  7.    }
  8.  
  9.    public AttributeNotFoundException(String message) {
  10.       super(message);
  11.    }
  12. }
  13.