java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.integrations.common.rest.ApiException
io.helidon.integrations.common.rest.ApiRestException
io.helidon.integrations.vault.VaultRestException
- All Implemented Interfaces:
Serializable
Vault runtime exception.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Fluent API builder forVaultRestException
used byRestApiBase
.Nested classes/interfaces inherited from class io.helidon.integrations.common.rest.ApiRestException
ApiRestException.BaseBuilder<B extends ApiRestException.BaseBuilder<B>>
-
Method Summary
Modifier and TypeMethodDescriptionstatic VaultRestException.Builder
builder()
A builder for Vault exception.void
Errors from Vault REST API.Methods inherited from class io.helidon.integrations.common.rest.ApiRestException
apiSpecificError, headers, requestId, status
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
builder
A builder for Vault exception.- Returns:
- a new builder
-
vaultErrors
Errors from Vault REST API.- Returns:
- errors, or empty list
-
printStackTrace
- Overrides:
printStackTrace
in classThrowable
-