Class WebAppExceptionInterceptor

  • All Implemented Interfaces:
    Serializable

    @Priority(199)
    @Interceptor
    public final class WebAppExceptionInterceptor
    extends Object
    implements Serializable
    Transactional interceptor to help retain WebApplicationException thrown by transactional beans.
    Author:
    Jakub Podlesak
    See Also:
    Serialized Form
    • Constructor Detail

      • WebAppExceptionInterceptor

        public WebAppExceptionInterceptor()
    • Method Detail