From cb2bfda88d85e88cf4f5bac001aefa3316fed2eb Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Sat, 26 Apr 2025 18:56:41 +0200 Subject: [PATCH] Removed obsolete constructors at the exceptions and Update Javadoc files with latest generated content. --- docs/apidocs/allclasses-index.html | 2 +- docs/apidocs/allpackages-index.html | 2 +- .../apidocs/codes/thischwa/cf/CfDnsClient.html | 2 +- docs/apidocs/codes/thischwa/cf/CfRequest.html | 2 +- .../thischwa/cf/CloudflareApiException.html | 18 +----------------- .../cf/CloudflareNotFoundException.html | 18 +----------------- .../thischwa/cf/class-use/CfDnsClient.html | 2 +- .../codes/thischwa/cf/class-use/CfRequest.html | 2 +- .../cf/class-use/CloudflareApiException.html | 2 +- .../class-use/CloudflareNotFoundException.html | 2 +- .../thischwa/cf/model/AbstractEntity.html | 2 +- .../cf/model/AbstractMultipleResponse.html | 2 +- .../thischwa/cf/model/AbstractResponse.html | 2 +- .../cf/model/AbstractSingleResponse.html | 2 +- .../codes/thischwa/cf/model/PagingRequest.html | 2 +- .../codes/thischwa/cf/model/RecordEntity.html | 2 +- .../cf/model/RecordMultipleResponse.html | 2 +- .../cf/model/RecordSingleResponse.html | 2 +- .../codes/thischwa/cf/model/RecordType.html | 2 +- .../thischwa/cf/model/ResponseEntity.html | 2 +- .../thischwa/cf/model/ResponseResultInfo.html | 2 +- .../codes/thischwa/cf/model/ResultInfo.html | 2 +- .../codes/thischwa/cf/model/ZoneEntity.html | 2 +- .../cf/model/ZoneMultipleResponse.html | 2 +- .../cf/model/class-use/AbstractEntity.html | 2 +- .../class-use/AbstractMultipleResponse.html | 2 +- .../cf/model/class-use/AbstractResponse.html | 2 +- .../class-use/AbstractSingleResponse.html | 2 +- .../cf/model/class-use/PagingRequest.html | 2 +- .../cf/model/class-use/RecordEntity.html | 2 +- .../class-use/RecordMultipleResponse.html | 2 +- .../model/class-use/RecordSingleResponse.html | 2 +- .../cf/model/class-use/RecordType.html | 2 +- .../cf/model/class-use/ResponseEntity.html | 2 +- .../cf/model/class-use/ResponseResultInfo.html | 2 +- .../cf/model/class-use/ResultInfo.html | 2 +- .../cf/model/class-use/ZoneEntity.html | 2 +- .../model/class-use/ZoneMultipleResponse.html | 2 +- .../thischwa/cf/model/package-summary.html | 2 +- .../codes/thischwa/cf/model/package-tree.html | 2 +- .../codes/thischwa/cf/model/package-use.html | 2 +- .../codes/thischwa/cf/package-summary.html | 2 +- .../codes/thischwa/cf/package-tree.html | 2 +- .../apidocs/codes/thischwa/cf/package-use.html | 2 +- docs/apidocs/help-doc.html | 2 +- docs/apidocs/index-all.html | 10 +--------- docs/apidocs/index.html | 2 +- docs/apidocs/member-search-index.js | 10 ---------- docs/apidocs/overview-summary.html | 2 +- docs/apidocs/overview-tree.html | 2 +- docs/apidocs/search.html | 2 +- docs/apidocs/serialized-form.html | 2 +- .../thischwa/cf/CloudflareApiException.java | 10 ---------- .../cf/CloudflareNotFoundException.java | 9 --------- 54 files changed, 51 insertions(+), 120 deletions(-) diff --git a/docs/apidocs/allclasses-index.html b/docs/apidocs/allclasses-index.html index cb61c0a..d64aa2e 100644 --- a/docs/apidocs/allclasses-index.html +++ b/docs/apidocs/allclasses-index.html @@ -1,7 +1,7 @@ - + Alle Klassen und Schnittstellen (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/allpackages-index.html b/docs/apidocs/allpackages-index.html index 868464d..f6f7246 100644 --- a/docs/apidocs/allpackages-index.html +++ b/docs/apidocs/allpackages-index.html @@ -1,7 +1,7 @@ - + Alle Packages (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/CfDnsClient.html b/docs/apidocs/codes/thischwa/cf/CfDnsClient.html index 829c133..0c80548 100644 --- a/docs/apidocs/codes/thischwa/cf/CfDnsClient.html +++ b/docs/apidocs/codes/thischwa/cf/CfDnsClient.html @@ -1,7 +1,7 @@ - + CfDnsClient (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/CfRequest.html b/docs/apidocs/codes/thischwa/cf/CfRequest.html index 4044359..ade460b 100644 --- a/docs/apidocs/codes/thischwa/cf/CfRequest.html +++ b/docs/apidocs/codes/thischwa/cf/CfRequest.html @@ -1,7 +1,7 @@ - + CfRequest (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/CloudflareApiException.html b/docs/apidocs/codes/thischwa/cf/CloudflareApiException.html index 425e897..55ee7f7 100644 --- a/docs/apidocs/codes/thischwa/cf/CloudflareApiException.html +++ b/docs/apidocs/codes/thischwa/cf/CloudflareApiException.html @@ -1,7 +1,7 @@ - + CloudflareApiException (CloudflareDNS-java 0.2.0-SNAPSHOT API) @@ -134,10 +134,6 @@ loadScripts(document, 'script');
Constructs a new CloudflareApiException with the specified detail message and cause.
-
CloudflareApiException(Throwable cause)
-
-
Constructs a new CloudflareApiException with the specified cause.
-
@@ -188,18 +184,6 @@ loadScripts(document, 'script'); -
  • -
    -

    CloudflareApiException

    -
    public CloudflareApiException(Throwable cause)
    -
    Constructs a new CloudflareApiException with the specified cause.
    -
    -
    Parameter:
    -
    cause - the cause of this exception, which is the underlying throwable that triggered this - exception.
    -
    -
    -
  • diff --git a/docs/apidocs/codes/thischwa/cf/CloudflareNotFoundException.html b/docs/apidocs/codes/thischwa/cf/CloudflareNotFoundException.html index 38c1ddb..1d326ff 100644 --- a/docs/apidocs/codes/thischwa/cf/CloudflareNotFoundException.html +++ b/docs/apidocs/codes/thischwa/cf/CloudflareNotFoundException.html @@ -1,7 +1,7 @@ - + CloudflareNotFoundException (CloudflareDNS-java 0.2.0-SNAPSHOT API) @@ -136,10 +136,6 @@ loadScripts(document, 'script');
    Constructs a new CloudflareNotFoundException with the specified detail message and cause.
    -
    CloudflareNotFoundException(Throwable cause)
    -
    -
    Constructs a new CloudflareNotFoundException with the specified cause.
    -
    @@ -191,18 +187,6 @@ loadScripts(document, 'script'); -
  • -
    -

    CloudflareNotFoundException

    -
    public CloudflareNotFoundException(Throwable cause)
    -
    Constructs a new CloudflareNotFoundException with the specified cause.
    -
    -
    Parameter:
    -
    cause - the cause of this exception, which is the underlying throwable that triggered this - exception.
    -
    -
    -
  • diff --git a/docs/apidocs/codes/thischwa/cf/class-use/CfDnsClient.html b/docs/apidocs/codes/thischwa/cf/class-use/CfDnsClient.html index 62f7395..dbaffb1 100644 --- a/docs/apidocs/codes/thischwa/cf/class-use/CfDnsClient.html +++ b/docs/apidocs/codes/thischwa/cf/class-use/CfDnsClient.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Klasse codes.thischwa.cf.CfDnsClient (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/class-use/CfRequest.html b/docs/apidocs/codes/thischwa/cf/class-use/CfRequest.html index bec64a2..2375c5f 100644 --- a/docs/apidocs/codes/thischwa/cf/class-use/CfRequest.html +++ b/docs/apidocs/codes/thischwa/cf/class-use/CfRequest.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Enum-Klasse codes.thischwa.cf.CfRequest (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/class-use/CloudflareApiException.html b/docs/apidocs/codes/thischwa/cf/class-use/CloudflareApiException.html index 8b09208..d414564 100644 --- a/docs/apidocs/codes/thischwa/cf/class-use/CloudflareApiException.html +++ b/docs/apidocs/codes/thischwa/cf/class-use/CloudflareApiException.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Klasse codes.thischwa.cf.CloudflareApiException (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/class-use/CloudflareNotFoundException.html b/docs/apidocs/codes/thischwa/cf/class-use/CloudflareNotFoundException.html index c953961..f0008b1 100644 --- a/docs/apidocs/codes/thischwa/cf/class-use/CloudflareNotFoundException.html +++ b/docs/apidocs/codes/thischwa/cf/class-use/CloudflareNotFoundException.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Klasse codes.thischwa.cf.CloudflareNotFoundException (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/AbstractEntity.html b/docs/apidocs/codes/thischwa/cf/model/AbstractEntity.html index 30c0342..6d4c072 100644 --- a/docs/apidocs/codes/thischwa/cf/model/AbstractEntity.html +++ b/docs/apidocs/codes/thischwa/cf/model/AbstractEntity.html @@ -1,7 +1,7 @@ - + AbstractEntity (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/AbstractMultipleResponse.html b/docs/apidocs/codes/thischwa/cf/model/AbstractMultipleResponse.html index 2947f0e..38070ad 100644 --- a/docs/apidocs/codes/thischwa/cf/model/AbstractMultipleResponse.html +++ b/docs/apidocs/codes/thischwa/cf/model/AbstractMultipleResponse.html @@ -1,7 +1,7 @@ - + AbstractMultipleResponse (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/AbstractResponse.html b/docs/apidocs/codes/thischwa/cf/model/AbstractResponse.html index 974f0ce..048ea10 100644 --- a/docs/apidocs/codes/thischwa/cf/model/AbstractResponse.html +++ b/docs/apidocs/codes/thischwa/cf/model/AbstractResponse.html @@ -1,7 +1,7 @@ - + AbstractResponse (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/AbstractSingleResponse.html b/docs/apidocs/codes/thischwa/cf/model/AbstractSingleResponse.html index e29e1fa..5f13570 100644 --- a/docs/apidocs/codes/thischwa/cf/model/AbstractSingleResponse.html +++ b/docs/apidocs/codes/thischwa/cf/model/AbstractSingleResponse.html @@ -1,7 +1,7 @@ - + AbstractSingleResponse (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/PagingRequest.html b/docs/apidocs/codes/thischwa/cf/model/PagingRequest.html index 857c27e..5390f94 100644 --- a/docs/apidocs/codes/thischwa/cf/model/PagingRequest.html +++ b/docs/apidocs/codes/thischwa/cf/model/PagingRequest.html @@ -1,7 +1,7 @@ - + PagingRequest (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/RecordEntity.html b/docs/apidocs/codes/thischwa/cf/model/RecordEntity.html index 404eb43..41ff2be 100644 --- a/docs/apidocs/codes/thischwa/cf/model/RecordEntity.html +++ b/docs/apidocs/codes/thischwa/cf/model/RecordEntity.html @@ -1,7 +1,7 @@ - + RecordEntity (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/RecordMultipleResponse.html b/docs/apidocs/codes/thischwa/cf/model/RecordMultipleResponse.html index 2dfa502..d8e3689 100644 --- a/docs/apidocs/codes/thischwa/cf/model/RecordMultipleResponse.html +++ b/docs/apidocs/codes/thischwa/cf/model/RecordMultipleResponse.html @@ -1,7 +1,7 @@ - + RecordMultipleResponse (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/RecordSingleResponse.html b/docs/apidocs/codes/thischwa/cf/model/RecordSingleResponse.html index baa6bea..ef93130 100644 --- a/docs/apidocs/codes/thischwa/cf/model/RecordSingleResponse.html +++ b/docs/apidocs/codes/thischwa/cf/model/RecordSingleResponse.html @@ -1,7 +1,7 @@ - + RecordSingleResponse (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/RecordType.html b/docs/apidocs/codes/thischwa/cf/model/RecordType.html index dd5f522..78afa4d 100644 --- a/docs/apidocs/codes/thischwa/cf/model/RecordType.html +++ b/docs/apidocs/codes/thischwa/cf/model/RecordType.html @@ -1,7 +1,7 @@ - + RecordType (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/ResponseEntity.html b/docs/apidocs/codes/thischwa/cf/model/ResponseEntity.html index 43b1f3e..2df929d 100644 --- a/docs/apidocs/codes/thischwa/cf/model/ResponseEntity.html +++ b/docs/apidocs/codes/thischwa/cf/model/ResponseEntity.html @@ -1,7 +1,7 @@ - + ResponseEntity (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/ResponseResultInfo.html b/docs/apidocs/codes/thischwa/cf/model/ResponseResultInfo.html index 833c972..9489afe 100644 --- a/docs/apidocs/codes/thischwa/cf/model/ResponseResultInfo.html +++ b/docs/apidocs/codes/thischwa/cf/model/ResponseResultInfo.html @@ -1,7 +1,7 @@ - + ResponseResultInfo (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/ResultInfo.html b/docs/apidocs/codes/thischwa/cf/model/ResultInfo.html index 4543e7c..329a065 100644 --- a/docs/apidocs/codes/thischwa/cf/model/ResultInfo.html +++ b/docs/apidocs/codes/thischwa/cf/model/ResultInfo.html @@ -1,7 +1,7 @@ - + ResultInfo (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/ZoneEntity.html b/docs/apidocs/codes/thischwa/cf/model/ZoneEntity.html index 7527dab..95b83b2 100644 --- a/docs/apidocs/codes/thischwa/cf/model/ZoneEntity.html +++ b/docs/apidocs/codes/thischwa/cf/model/ZoneEntity.html @@ -1,7 +1,7 @@ - + ZoneEntity (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/ZoneMultipleResponse.html b/docs/apidocs/codes/thischwa/cf/model/ZoneMultipleResponse.html index ebb6360..d8c0cf7 100644 --- a/docs/apidocs/codes/thischwa/cf/model/ZoneMultipleResponse.html +++ b/docs/apidocs/codes/thischwa/cf/model/ZoneMultipleResponse.html @@ -1,7 +1,7 @@ - + ZoneMultipleResponse (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractEntity.html b/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractEntity.html index 52d7b24..ec540cb 100644 --- a/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractEntity.html +++ b/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractEntity.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Klasse codes.thischwa.cf.model.AbstractEntity (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractMultipleResponse.html b/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractMultipleResponse.html index 5fddc1d..01d98a4 100644 --- a/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractMultipleResponse.html +++ b/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractMultipleResponse.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Klasse codes.thischwa.cf.model.AbstractMultipleResponse (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractResponse.html b/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractResponse.html index 772fcd7..2632701 100644 --- a/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractResponse.html +++ b/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractResponse.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Klasse codes.thischwa.cf.model.AbstractResponse (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractSingleResponse.html b/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractSingleResponse.html index 3857967..725b151 100644 --- a/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractSingleResponse.html +++ b/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractSingleResponse.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Klasse codes.thischwa.cf.model.AbstractSingleResponse (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/class-use/PagingRequest.html b/docs/apidocs/codes/thischwa/cf/model/class-use/PagingRequest.html index 14f2e1a..92a868d 100644 --- a/docs/apidocs/codes/thischwa/cf/model/class-use/PagingRequest.html +++ b/docs/apidocs/codes/thischwa/cf/model/class-use/PagingRequest.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Klasse codes.thischwa.cf.model.PagingRequest (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/class-use/RecordEntity.html b/docs/apidocs/codes/thischwa/cf/model/class-use/RecordEntity.html index 2c815eb..39af692 100644 --- a/docs/apidocs/codes/thischwa/cf/model/class-use/RecordEntity.html +++ b/docs/apidocs/codes/thischwa/cf/model/class-use/RecordEntity.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Klasse codes.thischwa.cf.model.RecordEntity (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/class-use/RecordMultipleResponse.html b/docs/apidocs/codes/thischwa/cf/model/class-use/RecordMultipleResponse.html index 797c1d2..25e67b4 100644 --- a/docs/apidocs/codes/thischwa/cf/model/class-use/RecordMultipleResponse.html +++ b/docs/apidocs/codes/thischwa/cf/model/class-use/RecordMultipleResponse.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Klasse codes.thischwa.cf.model.RecordMultipleResponse (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/class-use/RecordSingleResponse.html b/docs/apidocs/codes/thischwa/cf/model/class-use/RecordSingleResponse.html index 79e2b87..edbdd04 100644 --- a/docs/apidocs/codes/thischwa/cf/model/class-use/RecordSingleResponse.html +++ b/docs/apidocs/codes/thischwa/cf/model/class-use/RecordSingleResponse.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Klasse codes.thischwa.cf.model.RecordSingleResponse (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/class-use/RecordType.html b/docs/apidocs/codes/thischwa/cf/model/class-use/RecordType.html index ba1584f..4fd48fa 100644 --- a/docs/apidocs/codes/thischwa/cf/model/class-use/RecordType.html +++ b/docs/apidocs/codes/thischwa/cf/model/class-use/RecordType.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Enum-Klasse codes.thischwa.cf.model.RecordType (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/class-use/ResponseEntity.html b/docs/apidocs/codes/thischwa/cf/model/class-use/ResponseEntity.html index 0ebea08..7eed031 100644 --- a/docs/apidocs/codes/thischwa/cf/model/class-use/ResponseEntity.html +++ b/docs/apidocs/codes/thischwa/cf/model/class-use/ResponseEntity.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Schnittstelle codes.thischwa.cf.model.ResponseEntity (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/class-use/ResponseResultInfo.html b/docs/apidocs/codes/thischwa/cf/model/class-use/ResponseResultInfo.html index 862b1d9..110f11e 100644 --- a/docs/apidocs/codes/thischwa/cf/model/class-use/ResponseResultInfo.html +++ b/docs/apidocs/codes/thischwa/cf/model/class-use/ResponseResultInfo.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Klasse codes.thischwa.cf.model.ResponseResultInfo (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/class-use/ResultInfo.html b/docs/apidocs/codes/thischwa/cf/model/class-use/ResultInfo.html index 0c5a40e..f2950db 100644 --- a/docs/apidocs/codes/thischwa/cf/model/class-use/ResultInfo.html +++ b/docs/apidocs/codes/thischwa/cf/model/class-use/ResultInfo.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Datensatzklasse codes.thischwa.cf.model.ResultInfo (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/class-use/ZoneEntity.html b/docs/apidocs/codes/thischwa/cf/model/class-use/ZoneEntity.html index 7cda630..2b4694e 100644 --- a/docs/apidocs/codes/thischwa/cf/model/class-use/ZoneEntity.html +++ b/docs/apidocs/codes/thischwa/cf/model/class-use/ZoneEntity.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Klasse codes.thischwa.cf.model.ZoneEntity (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/class-use/ZoneMultipleResponse.html b/docs/apidocs/codes/thischwa/cf/model/class-use/ZoneMultipleResponse.html index cf92353..9afba86 100644 --- a/docs/apidocs/codes/thischwa/cf/model/class-use/ZoneMultipleResponse.html +++ b/docs/apidocs/codes/thischwa/cf/model/class-use/ZoneMultipleResponse.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Klasse codes.thischwa.cf.model.ZoneMultipleResponse (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/package-summary.html b/docs/apidocs/codes/thischwa/cf/model/package-summary.html index 0937294..a24f50a 100644 --- a/docs/apidocs/codes/thischwa/cf/model/package-summary.html +++ b/docs/apidocs/codes/thischwa/cf/model/package-summary.html @@ -1,7 +1,7 @@ - + codes.thischwa.cf.model (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/package-tree.html b/docs/apidocs/codes/thischwa/cf/model/package-tree.html index 31593d5..de09e44 100644 --- a/docs/apidocs/codes/thischwa/cf/model/package-tree.html +++ b/docs/apidocs/codes/thischwa/cf/model/package-tree.html @@ -1,7 +1,7 @@ - + codes.thischwa.cf.model Klassenhierarchie (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/model/package-use.html b/docs/apidocs/codes/thischwa/cf/model/package-use.html index 643be23..e0e9976 100644 --- a/docs/apidocs/codes/thischwa/cf/model/package-use.html +++ b/docs/apidocs/codes/thischwa/cf/model/package-use.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Package codes.thischwa.cf.model (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/package-summary.html b/docs/apidocs/codes/thischwa/cf/package-summary.html index 67f8d60..f1ce6d1 100644 --- a/docs/apidocs/codes/thischwa/cf/package-summary.html +++ b/docs/apidocs/codes/thischwa/cf/package-summary.html @@ -1,7 +1,7 @@ - + codes.thischwa.cf (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/package-tree.html b/docs/apidocs/codes/thischwa/cf/package-tree.html index 07f1160..26aea3a 100644 --- a/docs/apidocs/codes/thischwa/cf/package-tree.html +++ b/docs/apidocs/codes/thischwa/cf/package-tree.html @@ -1,7 +1,7 @@ - + codes.thischwa.cf Klassenhierarchie (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/codes/thischwa/cf/package-use.html b/docs/apidocs/codes/thischwa/cf/package-use.html index 1210eb9..2dd977a 100644 --- a/docs/apidocs/codes/thischwa/cf/package-use.html +++ b/docs/apidocs/codes/thischwa/cf/package-use.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Package codes.thischwa.cf (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/help-doc.html b/docs/apidocs/help-doc.html index d2b46d4..f091afe 100644 --- a/docs/apidocs/help-doc.html +++ b/docs/apidocs/help-doc.html @@ -1,7 +1,7 @@ - + API-Hilfe (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/index-all.html b/docs/apidocs/index-all.html index f31af13..c6ab726 100644 --- a/docs/apidocs/index-all.html +++ b/docs/apidocs/index-all.html @@ -1,7 +1,7 @@ - + Index (CloudflareDNS-java 0.2.0-SNAPSHOT API) @@ -152,10 +152,6 @@ loadScripts(document, 'script');
    Constructs a new CloudflareApiException with the specified detail message and cause.
    -
    CloudflareApiException(Throwable) - Konstruktor für Ausnahmeklasse codes.thischwa.cf.CloudflareApiException
    -
    -
    Constructs a new CloudflareApiException with the specified cause.
    -
    CloudflareNotFoundException - Ausnahmeklasse in codes.thischwa.cf
    This exception is thrown to indicate that a requested resource was not found during interaction @@ -169,10 +165,6 @@ loadScripts(document, 'script');
    Constructs a new CloudflareNotFoundException with the specified detail message and cause.
    -
    CloudflareNotFoundException(Throwable) - Konstruktor für Ausnahmeklasse codes.thischwa.cf.CloudflareNotFoundException
    -
    -
    Constructs a new CloudflareNotFoundException with the specified cause.
    -
    CNAME - Enum-Konstante in Enum-Klasse codes.thischwa.cf.model.RecordType
    Represents the DNS CNAME (Canonical Name) record type.
    diff --git a/docs/apidocs/index.html b/docs/apidocs/index.html index 5403b8c..3d724db 100644 --- a/docs/apidocs/index.html +++ b/docs/apidocs/index.html @@ -1,7 +1,7 @@ - + Überblick (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/member-search-index.js b/docs/apidocs/member-search-index.js index 125947c..e0c75b5 100644 --- a/docs/apidocs/member-search-index.js +++ b/docs/apidocs/member-search-index.js @@ -61,11 +61,6 @@ memberSearchIndex = [{"p": "codes.thischwa.cf.model", "c": "RecordType", "l": "A "c": "CloudflareApiException", "l": "CloudflareApiException(String, Throwable)", "u": "%3Cinit%3E(java.lang.String,java.lang.Throwable)" -}, { - "p": "codes.thischwa.cf", - "c": "CloudflareApiException", - "l": "CloudflareApiException(Throwable)", - "u": "%3Cinit%3E(java.lang.Throwable)" }, { "p": "codes.thischwa.cf", "c": "CloudflareNotFoundException", @@ -76,11 +71,6 @@ memberSearchIndex = [{"p": "codes.thischwa.cf.model", "c": "RecordType", "l": "A "c": "CloudflareNotFoundException", "l": "CloudflareNotFoundException(String, Throwable)", "u": "%3Cinit%3E(java.lang.String,java.lang.Throwable)" -}, { - "p": "codes.thischwa.cf", - "c": "CloudflareNotFoundException", - "l": "CloudflareNotFoundException(Throwable)", - "u": "%3Cinit%3E(java.lang.Throwable)" }, {"p": "codes.thischwa.cf.model", "c": "RecordType", "l": "CNAME"}, { "p": "codes.thischwa.cf.model", "c": "ResultInfo", diff --git a/docs/apidocs/overview-summary.html b/docs/apidocs/overview-summary.html index c407e0b..883a8e8 100644 --- a/docs/apidocs/overview-summary.html +++ b/docs/apidocs/overview-summary.html @@ -1,7 +1,7 @@ - + CloudflareDNS-java 0.2.0-SNAPSHOT API diff --git a/docs/apidocs/overview-tree.html b/docs/apidocs/overview-tree.html index 6370e57..9ded150 100644 --- a/docs/apidocs/overview-tree.html +++ b/docs/apidocs/overview-tree.html @@ -1,7 +1,7 @@ - + Klassenhierarchie (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/search.html b/docs/apidocs/search.html index 15dc6dc..8cca665 100644 --- a/docs/apidocs/search.html +++ b/docs/apidocs/search.html @@ -1,7 +1,7 @@ - + Suchen (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/docs/apidocs/serialized-form.html b/docs/apidocs/serialized-form.html index f741d46..6a5df08 100644 --- a/docs/apidocs/serialized-form.html +++ b/docs/apidocs/serialized-form.html @@ -1,7 +1,7 @@ - + Serialisierte Form (CloudflareDNS-java 0.2.0-SNAPSHOT API) diff --git a/src/main/java/codes/thischwa/cf/CloudflareApiException.java b/src/main/java/codes/thischwa/cf/CloudflareApiException.java index b10833e..136d68c 100644 --- a/src/main/java/codes/thischwa/cf/CloudflareApiException.java +++ b/src/main/java/codes/thischwa/cf/CloudflareApiException.java @@ -29,14 +29,4 @@ public class CloudflareApiException extends Exception { public CloudflareApiException(String message, Throwable cause) { super(message, cause); } - - /** - * Constructs a new CloudflareApiException with the specified cause. - * - * @param cause the cause of this exception, which is the underlying throwable that triggered this - * exception. - */ - public CloudflareApiException(Throwable cause) { - super(cause); - } } diff --git a/src/main/java/codes/thischwa/cf/CloudflareNotFoundException.java b/src/main/java/codes/thischwa/cf/CloudflareNotFoundException.java index 657e390..b57c0c1 100644 --- a/src/main/java/codes/thischwa/cf/CloudflareNotFoundException.java +++ b/src/main/java/codes/thischwa/cf/CloudflareNotFoundException.java @@ -31,13 +31,4 @@ public class CloudflareNotFoundException extends CloudflareApiException { super(message, cause); } - /** - * Constructs a new CloudflareNotFoundException with the specified cause. - * - * @param cause the cause of this exception, which is the underlying throwable that triggered this - * exception. - */ - public CloudflareNotFoundException(Throwable cause) { - super(cause); - } }