package org.jboss.seam.rest.test.exceptions; public class Exception2 extends RuntimeException { private static final long serialVersionUID = 1L; public Exception2() { } public Exception2(Throwable cause) { super(cause); } }