mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-18 22:53:09 +00:00
Fix wild-card imports
This commit is contained in:
parent
a387ee14a7
commit
ae45793b03
@ -32,7 +32,13 @@ import javax.ws.rs.ext.ExceptionMapper;
|
|||||||
import java.sql.SQLIntegrityConstraintViolationException;
|
import java.sql.SQLIntegrityConstraintViolationException;
|
||||||
import java.util.concurrent.ThreadLocalRandom;
|
import java.util.concurrent.ThreadLocalRandom;
|
||||||
|
|
||||||
import static javax.ws.rs.core.Response.Status.*;
|
import static javax.ws.rs.core.Response.Status.CONFLICT;
|
||||||
|
import static javax.ws.rs.core.Response.Status.UNAUTHORIZED;
|
||||||
|
import static javax.ws.rs.core.Response.Status.NOT_FOUND;
|
||||||
|
import static javax.ws.rs.core.Response.Status.FORBIDDEN;
|
||||||
|
import static javax.ws.rs.core.Response.Status.Family;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
public class CatalogGenericExceptionMapper implements ExceptionMapper<Throwable> {
|
public class CatalogGenericExceptionMapper implements ExceptionMapper<Throwable> {
|
||||||
private static final Logger LOG = LoggerFactory.getLogger(CatalogGenericExceptionMapper.class);
|
private static final Logger LOG = LoggerFactory.getLogger(CatalogGenericExceptionMapper.class);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user