home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &n…he Search for Life DVD 2 / DVD-ROM.iso / install / jre1_3 / lib / rt.jar / javax / naming / AuthenticationNotSupportedException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  313 b   |  13 lines

  1. package javax.naming;
  2.  
  3. public class AuthenticationNotSupportedException extends NamingSecurityException {
  4.    private static final long serialVersionUID = -7149033933259492300L;
  5.  
  6.    public AuthenticationNotSupportedException(String var1) {
  7.       super(var1);
  8.    }
  9.  
  10.    public AuthenticationNotSupportedException() {
  11.    }
  12. }
  13.