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 classLoggingJdbiExceptionMapperIterates through aJdbiException's cause if it's aSQLExceptionotherwise log as normal.classLoggingSQLExceptionMapperIterates throughSQLExceptions 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 classIllegalStateExceptionMapperExceptionMapperforIllegalStateException. -
Uses of LoggingExceptionMapper in io.dropwizard.jersey.jackson
Subclasses of LoggingExceptionMapper in io.dropwizard.jersey.jackson Modifier and Type Class Description classJsonProcessingExceptionMapper
-