8267751: (test) jtreg.SkippedException has no serial VersionUID
Reviewed-by: naoto, iignatyev, iris
This commit is contained in:
parent
a859d87cc1
commit
0fc7c8d101
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2018, 2021, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
@ -28,6 +28,8 @@ package jtreg;
|
|||||||
* of skipped status.
|
* of skipped status.
|
||||||
*/
|
*/
|
||||||
public final class SkippedException extends RuntimeException {
|
public final class SkippedException extends RuntimeException {
|
||||||
|
private static final long serialVersionUID = 1347132660681446077L;
|
||||||
|
|
||||||
public SkippedException(String s, Throwable t) {
|
public SkippedException(String s, Throwable t) {
|
||||||
super(s, t);
|
super(s, t);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user