Package io.quarkus.vault.runtime.client
Class VaultClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.quarkus.vault.VaultException
-
- io.quarkus.vault.runtime.client.VaultClientException
-
- All Implemented Interfaces:
Serializable
public class VaultClientException extends VaultException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VaultClientException(String operationName, String requestPath, int status, String body)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBody()StringgetOperationName()StringgetRequestPath()intgetStatus()StringtoString()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-