Class EntityNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openmetadata.sdk.exception.WebServiceException
-
- org.openmetadata.service.exception.EntityNotFoundException
-
- All Implemented Interfaces:
Serializable
public class EntityNotFoundException extends WebServiceException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EntityNotFoundException(String message)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EntityNotFoundExceptionbyFilter(String parameter)static EntityNotFoundExceptionbyFilter(String parameter, Throwable cause)static EntityNotFoundExceptionbyId(String id)static EntityNotFoundExceptionbyId(String id, Throwable cause)static EntityNotFoundExceptionbyMessage(String msg)static EntityNotFoundExceptionbyName(String name)static EntityNotFoundExceptionbyName(String name, Throwable cause)static EntityNotFoundExceptionbyParserSchema(String id)static EntityNotFoundExceptionbyParserSchema(String id, Throwable cause)static EntityNotFoundExceptionbyVersion(String id, String version)static EntityNotFoundExceptionbyVersion(String id, String version, Throwable cause)-
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
-
-
-
-
Constructor Detail
-
EntityNotFoundException
public EntityNotFoundException(String message)
-
-
Method Detail
-
byId
public static EntityNotFoundException byId(String id)
-
byId
public static EntityNotFoundException byId(String id, Throwable cause)
-
byMessage
public static EntityNotFoundException byMessage(String msg)
-
byName
public static EntityNotFoundException byName(String name)
-
byName
public static EntityNotFoundException byName(String name, Throwable cause)
-
byFilter
public static EntityNotFoundException byFilter(String parameter)
-
byFilter
public static EntityNotFoundException byFilter(String parameter, Throwable cause)
-
byVersion
public static EntityNotFoundException byVersion(String id, String version)
-
byVersion
public static EntityNotFoundException byVersion(String id, String version, Throwable cause)
-
byParserSchema
public static EntityNotFoundException byParserSchema(String id)
-
byParserSchema
public static EntityNotFoundException byParserSchema(String id, Throwable cause)
-
-