Class BadRequestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openmetadata.sdk.exception.WebServiceException
-
- org.openmetadata.service.exception.BadRequestException
-
- All Implemented Interfaces:
Serializable
public final class BadRequestException extends WebServiceException
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BadRequestExceptionof()-
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
-
-
-
-
Method Detail
-
of
public static BadRequestException of()
-
-