Class CatalogGenericExceptionMapper
- java.lang.Object
-
- org.openmetadata.service.exception.CatalogGenericExceptionMapper
-
-
Constructor Summary
Constructors Constructor Description CatalogGenericExceptionMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringformatLogMessage(long id)protected voidthrowException(long id, Throwable exception)protected voidthrowException(Throwable exception)javax.ws.rs.core.ResponsetoResponse(Throwable ex)
-
-
-
Method Detail
-
toResponse
public javax.ws.rs.core.Response toResponse(Throwable ex)
- Specified by:
toResponsein interfacejavax.ws.rs.ext.ExceptionMapper<Throwable>
-
throwException
protected void throwException(Throwable exception)
-
throwException
protected void throwException(long id, Throwable exception)
-
formatLogMessage
protected String formatLogMessage(long id)
-
-