Uses of Class
io.dropwizard.jersey.errors.LoggingExceptionMapper
-
Packages that use LoggingExceptionMapper Package Description io.dropwizard.jdbi3.jersey io.dropwizard.jersey.errors io.dropwizard.jersey.jackson -
-
Uses of LoggingExceptionMapper in io.dropwizard.jdbi3.jersey
Subclasses of LoggingExceptionMapper in io.dropwizard.jdbi3.jersey Modifier and Type Class Description class
LoggingJdbiExceptionMapper
Iterates through aJdbiException
's cause if it's aSQLException
otherwise log as normal.class
LoggingSQLExceptionMapper
Iterates throughSQLException
s to log all causes -
Uses of LoggingExceptionMapper in io.dropwizard.jersey.errors
Subclasses of LoggingExceptionMapper in io.dropwizard.jersey.errors Modifier and Type Class Description class
IllegalStateExceptionMapper
ExceptionMapper
forIllegalStateException
. -
Uses of LoggingExceptionMapper in io.dropwizard.jersey.jackson
Subclasses of LoggingExceptionMapper in io.dropwizard.jersey.jackson Modifier and Type Class Description class
JsonProcessingExceptionMapper
-