Class VaultException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.vertx.config.vault.client.VaultException
- All Implemented Interfaces:
Serializable
Exception used when an interaction with Vault failed.
- Author:
- Clement Escoffier
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVaultException(String message) VaultException(String message, int code) VaultException(String message, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionintstatic <T> AsyncResult<T> static <T> VaultExceptionstatic <T> VaultExceptionMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VaultException
-
VaultException
-
VaultException
-
-
Method Details
-
toFailure
-
toFailure
-
toFailure
-
getStatusCode
public int getStatusCode()
-