1 7 8 package javax.management; 9 10 11 17 public class MBeanRegistrationException extends MBeanException { 18 19 20 private static final long serialVersionUID = 4482382455277067805L; 21 22 28 public MBeanRegistrationException(java.lang.Exception e) { 29 super(e) ; 30 } 31 32 40 public MBeanRegistrationException(java.lang.Exception e, String message) { 41 super(e, message) ; 42 } 43 } 44 | Popular Tags |