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
public class CustomExceptionMessage extends WebServiceException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CustomExceptionMessage(int status, String message)CustomExceptionMessage(javax.ws.rs.core.Response.Status status, String message)
-
Method Summary
-
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
-
-