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
public class SecretsManagerException extends WebServiceException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SecretsManagerException(String message)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SecretsManagerExceptionbyMessage(String secretManager, String connectionType, String errorMessage)-
Methods inherited from class org.openmetadata.sdk.exception.WebServiceException
getResponse
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SecretsManagerException
public SecretsManagerException(String message)
-
-
Method Detail
-
byMessage
public static SecretsManagerException byMessage(String secretManager, String connectionType, String errorMessage)
-
-