Package io.quarkus.vault.runtime
Class VaultIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.quarkus.vault.VaultException
-
- io.quarkus.vault.runtime.VaultIOException
-
- All Implemented Interfaces:
Serializable
public class VaultIOException extends VaultException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VaultIOException()VaultIOException(String message)VaultIOException(String message, Throwable cause)VaultIOException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)VaultIOException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-