Class UnhandledExceptionMapperProvider

  • All Implemented Interfaces:
    javax.ws.rs.ext.ExceptionMapper<java.lang.RuntimeException>

    @Provider
    @Component
    public class UnhandledExceptionMapperProvider
    extends com.xebialabs.deployit.rest.mappers.UnhandledExceptionMapper
    implements javax.ws.rs.ext.ExceptionMapper<java.lang.RuntimeException>
    • Field Summary

      • Fields inherited from class com.xebialabs.deployit.ClosingExceptionMapper

        hideInternals, X_EXCEPTION_TYPE, X_PATH
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected javax.ws.rs.core.Response handleException​(java.lang.RuntimeException runtimeException)  
      • Methods inherited from class com.xebialabs.deployit.ClosingExceptionMapper

        checkWhetherWeHideInternals, registerCleanup, toResponse
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface javax.ws.rs.ext.ExceptionMapper

        toResponse
    • Constructor Detail

      • UnhandledExceptionMapperProvider

        @Autowired
        public UnhandledExceptionMapperProvider​(com.xebialabs.deployit.ServerConfiguration config)
    • Method Detail

      • handleException

        protected javax.ws.rs.core.Response handleException​(java.lang.RuntimeException runtimeException)
        Overrides:
        handleException in class com.xebialabs.deployit.rest.mappers.UnhandledExceptionMapper