We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59365cc commit b0f531dCopy full SHA for b0f531d
1 file changed
src/main/java/com/jamesmurty/utils/XMLBuilderRuntimeException.java
@@ -9,6 +9,12 @@
9
*/
10
public class XMLBuilderRuntimeException extends RuntimeException {
11
12
+ private static final long serialVersionUID = -635323496745601589L;
13
+
14
+ /**
15
+ * @param exception
16
+ * cause exception to be wrapped
17
+ */
18
public XMLBuilderRuntimeException(Exception exception) {
19
super(exception);
20
}
0 commit comments