Class SecretsManagerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openmetadata.sdk.exception.WebServiceException
org.openmetadata.service.exception.SecretsManagerException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSecretsManagerException(String message) SecretsManagerException(javax.ws.rs.core.Response.Status status, String message) -
Method Summary
Methods inherited from class org.openmetadata.sdk.exception.WebServiceException
getResponseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
SECRETS_MANAGER_ERROR
- See Also:
-
-
Constructor Details
-
SecretsManagerException
-
SecretsManagerException
-
-
Method Details
-
byMessage
public static SecretsManagerException byMessage(String secretManager, String connectionType, String errorMessage)
-