1 22 package org.jboss.mx.util; 23 24 import javax.management.JMException ; 25 26 32 public class MBeanProxyCreationException 33 extends JMException  34 { 35 private static final long serialVersionUID = 1008637966352433381L; 36 37 public MBeanProxyCreationException() 39 { 40 super(); 41 } 42 43 public MBeanProxyCreationException(String msg) 44 { 45 super(msg); 46 } 47 } 48 49 50 51 52 | Popular Tags |