Avoid serialisation warning
This commit is contained in:
parent
17e6548811
commit
9625891a7b
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue