Class CustomExceptionMessage
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openmetadata.sdk.exception.WebServiceException
org.openmetadata.service.exception.CustomExceptionMessage
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCustomExceptionMessage(int status, String errorType, String message) CustomExceptionMessage(javax.ws.rs.core.Response.Status status, String errorType, 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
-
Constructor Details
-
CustomExceptionMessage
-
CustomExceptionMessage
-