exception now passed up with class not found
This commit is contained in:
@@ -129,7 +129,7 @@ public final class NoSession implements Serializable {
|
|||||||
} catch (BadPaddingException e) {
|
} catch (BadPaddingException e) {
|
||||||
throw new NoUserNotValidException();
|
throw new NoUserNotValidException();
|
||||||
} catch (ClassNotFoundException e) {
|
} catch (ClassNotFoundException e) {
|
||||||
throw new NoUserNotValidException();
|
throw new NoUserNotValidException(e);
|
||||||
}
|
}
|
||||||
|
|
||||||
NoUtil.wipeBytes(confirmData);
|
NoUtil.wipeBytes(confirmData);
|
||||||
|
|||||||
Reference in New Issue
Block a user