public NotificationBuildingException()

in src/main/java/com/epam/digital/data/platform/notification/exceptions/NotificationBuildingException.java [20:22]


  public NotificationBuildingException(String message, Throwable cause) {
    super(message, cause);
  }