Class OpenMetadataClientSecurityConfigException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openmetadata.sdk.exception.WebServiceException
-
- org.openmetadata.service.exception.OpenMetadataClientSecurityConfigException
-
- All Implemented Interfaces:
Serializable
public class OpenMetadataClientSecurityConfigException extends WebServiceException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OpenMetadataClientSecurityConfigException(String message)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static OpenMetadataClientSecurityConfigExceptionbyMessage(String name, String errorMessage)static OpenMetadataClientSecurityConfigExceptionbyMessage(String name, String errorMessage, javax.ws.rs.core.Response.Status status)-
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
-
OpenMetadataClientSecurityConfigException
public OpenMetadataClientSecurityConfigException(String message)
-
-
Method Detail
-
byMessage
public static OpenMetadataClientSecurityConfigException byMessage(String name, String errorMessage, javax.ws.rs.core.Response.Status status)
-
byMessage
public static OpenMetadataClientSecurityConfigException byMessage(String name, String errorMessage)
-
-