source:
src/main/java/com/project/beautycenter/model/exceptions/ServiceIdReservedException.java
Last change on this file was 850b344, checked in by , 2 years ago | |
---|---|
|
|
File size: 248 bytes |
Line | |
---|---|
1 | package com.project.beautycenter.model.exceptions; |
2 | |
3 | public class ServiceIdReservedException extends RuntimeException{ |
4 | |
5 | public ServiceIdReservedException(String message){ |
6 | super(message); |
7 | } |
8 | public ServiceIdReservedException(){} |
9 | } |
Note:
See TracBrowser
for help on using the repository browser.