|
@@ -19,7 +19,7 @@ import java.io.Serial;
|
|
@EqualsAndHashCode(callSuper = true)
|
|
@EqualsAndHashCode(callSuper = true)
|
|
@NoArgsConstructor
|
|
@NoArgsConstructor
|
|
@AllArgsConstructor
|
|
@AllArgsConstructor
|
|
-public final class ServiceException extends RuntimeException {
|
|
|
|
|
|
+public class ServiceException extends RuntimeException {
|
|
|
|
|
|
@Serial
|
|
@Serial
|
|
private static final long serialVersionUID = 1L;
|
|
private static final long serialVersionUID = 1L;
|