Class ApplicationExceptionHandler

  • All Implemented Interfaces:
    org.glassfish.apf.AnnotationHandler

    @Service
    public class ApplicationExceptionHandler
    extends com.sun.enterprise.deployment.annotation.handlers.AbstractHandler
    Handles @jakarta.ejb.ApplicationException
    • Field Summary

      • Fields inherited from class com.sun.enterprise.deployment.annotation.handlers.AbstractHandler

        ejbProvider, localStrings, logger
      • Fields inherited from interface org.glassfish.apf.AnnotationHandler

        ANNOTATION_HANDLER_METADATA
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.glassfish.apf.HandlerProcessingResult processAnnotation​(org.glassfish.apf.AnnotationInfo ainfo)  
      protected boolean supportTypeInheritance()  
      • Methods inherited from class com.sun.enterprise.deployment.annotation.handlers.AbstractHandler

        getAnnotationType, getConnectorAnnotationTypes, getDefaultFailedResult, getDefaultProcessedResult, getEjbAndWebAnnotationTypes, getEjbAnnotationTypes, getInjectionMethodPropertyName, getInvalidAnnotatedElementHandlerResult, getOverallProcessingResult, getTypeDependencies, getWebAnnotationTypes, log, validateInjectionMethod
    • Constructor Detail

      • ApplicationExceptionHandler

        public ApplicationExceptionHandler()
    • Method Detail

      • processAnnotation

        public org.glassfish.apf.HandlerProcessingResult processAnnotation​(org.glassfish.apf.AnnotationInfo ainfo)
                                                                    throws org.glassfish.apf.AnnotationProcessorException
        Throws:
        org.glassfish.apf.AnnotationProcessorException
      • supportTypeInheritance

        protected boolean supportTypeInheritance()