java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.integrations.common.rest.ApiException
io.helidon.integrations.vault.VaultApiException
- All Implemented Interfaces:
Serializable
Exception in Vault communication not based on HTTP response.
- See Also:
-
Constructor Summary
ConstructorDescriptionVaultApiException
(String message) Vault exception with a descriptive message.VaultApiException
(String format, Object... args) Vault exception with a descriptive message.VaultApiException
(String message, Throwable cause) Vault exception with message and a cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VaultApiException
Vault exception with a descriptive message.- Parameters:
message
- error message
-
VaultApiException
Vault exception with a descriptive message.- Parameters:
format
- aFormatter
stringargs
- format string arguments
-
VaultApiException
Vault exception with message and a cause.- Parameters:
message
- error messagecause
- throwable that caused this exception
-