Class JerseyProcessingUncaughtExceptionHandler

    • Constructor Detail

      • JerseyProcessingUncaughtExceptionHandler

        public JerseyProcessingUncaughtExceptionHandler()
        Create new Jersey processing uncaught exception handler.

        All uncaught exceptions will be logged using the WARNING logging level.

      • JerseyProcessingUncaughtExceptionHandler

        public JerseyProcessingUncaughtExceptionHandler​(Level logLevel)
        Create new Jersey processing uncaught exception handler.

        All uncaught exceptions will be logged using the supplied logging level.

        Parameters:
        logLevel - custom logging level that should be used to log uncaught exceptions.