1 package net.sf.beanrunner.factory; 2 3 4 public class BeanRunnerNewInstanceException extends Exception 5 { 6 7 public BeanRunnerNewInstanceException(String message, Throwable ex) 8 { 9 super(message, ex); 10 } 11 12 private static final long serialVersionUID = 1L; 13 }