1 7 8 package javax.naming; 9 10 37 38 public class AuthenticationNotSupportedException extends NamingSecurityException { 39 47 public AuthenticationNotSupportedException(String explanation) { 48 super(explanation); 49 } 50 51 55 public AuthenticationNotSupportedException() { 56 super(); 57 } 58 59 62 private static final long serialVersionUID = -7149033933259492300L; 63 } 64 | Popular Tags |