We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46fd6d2 commit 3f67b07Copy full SHA for 3f67b07
test/lib/jtreg/SkippedException.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2018, 2021, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* This code is free software; you can redistribute it and/or modify it
@@ -28,6 +28,8 @@
28
* of skipped status.
29
*/
30
public final class SkippedException extends RuntimeException {
31
+ private static final long serialVersionUID = 1347132660681446077L;
32
+
33
public SkippedException(String s, Throwable t) {
34
super(s, t);
35
}
0 commit comments