1 7 package java.rmi; 8 9 22 @Deprecated  23 public class RMISecurityException extends java.lang.SecurityException { 24 25 26 private static final long serialVersionUID = -8433406075740433514L; 27 28 34 @Deprecated  35 public RMISecurityException(String name) { 36 super(name); 37 } 38 39 46 @Deprecated  47 public RMISecurityException(String name, String arg) { 48 this(name); 49 } 50 } 51 | Popular Tags |