Avoid serialisation warning

This commit is contained in:
Sebb 2016-05-28 13:43:46 +01:00
parent 17e6548811
commit 9625891a7b
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ public class NotVisibleExceptionFactory {
private static class NotVisibleException extends Exception {
private static final long serialVersionUID = 1L; // avoid warning
private final Throwable cause;
private NotVisibleException(Throwable cause) {