git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/Common/common-smartgears-utils@146394 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
46692d668a
commit
cb0d970d3c
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue