This commit is contained in:
Lucio Lelii 2017-03-28 13:53:57 +00:00
parent 46692d668a
commit cb0d970d3c
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ public class Sweeper {
contextBeans.add(new ContextBean(token, entry.getContext()));
}
}catch(Exception e){
throw new RuntimeException("error loading persisted state");
throw new RuntimeException("error loading persisted state",e);
}
}