Removed obsolete constructors at the exceptions and Update Javadoc files with latest generated content.

This commit is contained in:
2025-04-26 18:56:41 +02:00
parent a5f892b86a
commit cb2bfda88d
54 changed files with 51 additions and 120 deletions
+1 -9
View File
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (21) on Sat Apr 26 18:39:33 CEST 2025 -->
<!-- Generated by javadoc (21) on Sat Apr 26 18:54:18 CEST 2025 -->
<title>Index (CloudflareDNS-java 0.2.0-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -152,10 +152,6 @@ loadScripts(document, 'script');</script>
<dd>
<div class="block">Constructs a new CloudflareApiException with the specified detail message and cause.</div>
</dd>
<dt><a href="codes/thischwa/cf/CloudflareApiException.html#%3Cinit%3E(java.lang.Throwable)" class="member-name-link">CloudflareApiException(Throwable)</a> - Konstruktor für Ausnahmeklasse codes.thischwa.cf.<a href="codes/thischwa/cf/CloudflareApiException.html" title="Klasse in codes.thischwa.cf">CloudflareApiException</a></dt>
<dd>
<div class="block">Constructs a new CloudflareApiException with the specified cause.</div>
</dd>
<dt><a href="codes/thischwa/cf/CloudflareNotFoundException.html" class="type-name-link" title="Klasse in codes.thischwa.cf">CloudflareNotFoundException</a> - Ausnahmeklasse in <a href="codes/thischwa/cf/package-summary.html">codes.thischwa.cf</a></dt>
<dd>
<div class="block">This exception is thrown to indicate that a requested resource was not found during interaction
@@ -169,10 +165,6 @@ loadScripts(document, 'script');</script>
<dd>
<div class="block">Constructs a new CloudflareNotFoundException with the specified detail message and cause.</div>
</dd>
<dt><a href="codes/thischwa/cf/CloudflareNotFoundException.html#%3Cinit%3E(java.lang.Throwable)" class="member-name-link">CloudflareNotFoundException(Throwable)</a> - Konstruktor für Ausnahmeklasse codes.thischwa.cf.<a href="codes/thischwa/cf/CloudflareNotFoundException.html" title="Klasse in codes.thischwa.cf">CloudflareNotFoundException</a></dt>
<dd>
<div class="block">Constructs a new CloudflareNotFoundException with the specified cause.</div>
</dd>
<dt><a href="codes/thischwa/cf/model/RecordType.html#CNAME" class="member-name-link">CNAME</a> - Enum-Konstante in Enum-Klasse codes.thischwa.cf.model.<a href="codes/thischwa/cf/model/RecordType.html" title="Enum-Klasse in codes.thischwa.cf.model">RecordType</a></dt>
<dd>
<div class="block">Represents the DNS CNAME (Canonical Name) record type.</div>