- 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
public class VaultApiException extends ApiException
Exception in Vault communication not based on HTTP response.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VaultApiException(String message)
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 Detail
-
VaultApiException
public VaultApiException(String message)
Vault exception with a descriptive message.- Parameters:
message
- error message
-
-