added serialUID to fix warning
This commit is contained in:
parent
dc164ce86d
commit
443f43e488
|
@ -5,5 +5,6 @@ import org.springframework.web.bind.annotation.ResponseStatus;
|
|||
|
||||
@ResponseStatus(value = HttpStatus.FORBIDDEN, reason="To show an example of a custom message")
|
||||
public class ForbiddenException extends RuntimeException {
|
||||
private static final long serialVersionUID = 6826605655586311552L;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue