exception now passed up with class not found

This commit is contained in:
Dave
2015-09-06 22:29:53 +02:00
parent a96ea6c130
commit 7f137556aa

View File

@@ -129,7 +129,7 @@ public final class NoSession implements Serializable {
} catch (BadPaddingException e) {
throw new NoUserNotValidException();
} catch (ClassNotFoundException e) {
throw new NoUserNotValidException();
throw new NoUserNotValidException(e);
}
NoUtil.wipeBytes(confirmData);