1 18 19 package org.apache.jmeter.ejb.jndi.config; 20 21 import java.lang.Exception ; 22 23 import org.apache.log4j.Category; 24 32 public class MethodConfigUserObjectException extends Exception  33 { 34 private static Category catClass = Category.getInstance( 35 MethodConfigUserObjectException.class.getName()); 36 37 public MethodConfigUserObjectException(String string) 38 { 39 super(string); 40 } 41 } 42 | Popular Tags |