Class APIRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.sinuscosinustan.hetznercloud.exception.APIRequestException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAPIRequestException(APIErrorResponse apiErrorResponse) APIRequestException(APIErrorResponse apiErrorResponse, String correlationId) APIRequestException(String message, APIErrorResponse apiErrorResponse) APIRequestException(String message, APIErrorResponse apiErrorResponse, String correlationId) APIRequestException(String message, Throwable cause, APIErrorResponse apiErrorResponse, String correlationId) APIRequestException(Throwable cause, APIErrorResponse apiErrorResponse) APIRequestException(Throwable cause, APIErrorResponse apiErrorResponse, String correlationId) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
APIRequestException
-
APIRequestException
-
APIRequestException
-
APIRequestException
-
APIRequestException
-
APIRequestException
public APIRequestException(Throwable cause, APIErrorResponse apiErrorResponse, String correlationId) -
APIRequestException
public APIRequestException(String message, Throwable cause, APIErrorResponse apiErrorResponse, String correlationId)
-
-
Method Details