<h1title="Uses of Class com.plannaplan.exceptions.UserNotFoundException"class="title">Uses of Class<br>com.plannaplan.exceptions.UserNotFoundException</h1>
</div>
<divclass="classUseContainer">
<divclass="useSummary">
<table>
<caption><span>Packages that use <ahref="../UserNotFoundException.html"title="class in com.plannaplan.exceptions">UserNotFoundException</a></span><spanclass="tabEnd"> </span></caption>
<h2>Uses of <ahref="../UserNotFoundException.html"title="class in com.plannaplan.exceptions">UserNotFoundException</a> in <ahref="../../services/package-summary.html">com.plannaplan.services</a></h2>
<divclass="useSummary">
<table>
<caption><span>Methods in <ahref="../../services/package-summary.html">com.plannaplan.services</a> that throw <ahref="../UserNotFoundException.html"title="class in com.plannaplan.exceptions">UserNotFoundException</a></span><spanclass="tabEnd"> </span></caption>
<thead>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colSecond"scope="col">Method</th>
<thclass="colLast"scope="col">Description</th>
</tr>
</thead>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code><ahref="../../entities/User.html"title="class in com.plannaplan.entities">User</a></code></td>
<tdclass="colFirst"><code><ahref="../../entities/User.html"title="class in com.plannaplan.entities">User</a></code></td>
<thclass="colSecond"scope="row"><spanclass="typeNameLabel">UserService.</span><code><spanclass="memberNameLink"><ahref="../../services/UserService.html#login(com.plannaplan.entities.User)">login</a></span>​(<ahref="../../entities/User.html"title="class in com.plannaplan.entities">User</a> authority)</code></th>
<tdclass="colLast">
<divclass="block">generates token for user and if user don't have name in database it will
attemp to obtain these from usos api and saves changes in database</div>