Package org.openmetadata.service.apps
Class AppException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openmetadata.sdk.exception.WebServiceException
org.openmetadata.service.apps.AppException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AppExceptionstatic AppExceptionbyMessage(String appName, String name, String errorMessage, javax.ws.rs.core.Response.Status status) 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
-
AppException
-
-
Method Details
-
byMessage
public static AppException byMessage(String appName, String name, String errorMessage, javax.ws.rs.core.Response.Status status) -
byMessage
-