Package codes.thischwa.cf
Klasse CloudflareApiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
codes.thischwa.cf.CloudflareApiException
- Alle implementierten Schnittstellen:
Serializable
- Bekannte direkte Unterklassen:
CloudflareNotFoundException
Represents a custom exception for errors encountered while interacting with the Cloudflare API.
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCloudflareApiException(String message) Constructs a new CloudflareApiException with the specified detail message.CloudflareApiException(String message, Throwable cause) Constructs a new CloudflareApiException with the specified detail message and cause.CloudflareApiException(Throwable cause) Constructs a new CloudflareApiException with the specified cause. -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
CloudflareApiException
Constructs a new CloudflareApiException with the specified detail message.- Parameter:
message- the detail message, which provides more information about the exception.
-
CloudflareApiException
Constructs a new CloudflareApiException with the specified detail message and cause.- Parameter:
message- the detail message, which provides additional context or information about the exception.cause- the cause of this exception, which is the underlying throwable that triggered this exception.
-
CloudflareApiException
Constructs a new CloudflareApiException with the specified cause.- Parameter:
cause- the cause of this exception, which is the underlying throwable that triggered this exception.
-