Buisness logic docs updated
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
package com.plannaplan.exceptions;
|
||||
|
||||
/**
|
||||
* Exception to be thrown when provided user does not exist in database
|
||||
*/
|
||||
public class UserNotFoundException extends Exception {
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
public UserNotFoundException(String message) {
|
||||
|
Reference in New Issue
Block a user