Class IncidentManagerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openmetadata.sdk.exception.WebServiceException
org.openmetadata.service.exception.IncidentManagerException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionIncidentManagerException(String message) protectedIncidentManagerException(javax.ws.rs.core.Response.Status status, String message) -
Method Summary
Modifier and TypeMethodDescriptionstatic IncidentManagerExceptioninvalidStatus(TestCaseResolutionStatusTypes lastStatus, TestCaseResolutionStatusTypes newStatus) 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
-
IncidentManagerException
-
IncidentManagerException
-
-
Method Details
-
invalidStatus
public static IncidentManagerException invalidStatus(TestCaseResolutionStatusTypes lastStatus, TestCaseResolutionStatusTypes newStatus)
-