View Javadoc

1   package test.crispy;
2   
3   
4   public class JUnitTestException3 extends RuntimeException{
5   
6   	private static final long serialVersionUID = 2784680578616507859L;
7   
8   	public JUnitTestException3(String pvMessage, Throwable pvThrowable) {
9   		super(pvMessage, pvThrowable);
10  	}
11  	
12  }