Class ExceptionConfig


  • public class ExceptionConfig
    extends Object
    • Field Detail

      • includes

        protected final Set<String> includes
      • excludes

        protected final Set<String> excludes
    • Constructor Detail

      • ExceptionConfig

        public ExceptionConfig()
    • Method Detail

      • wrapBatchException

        public static void wrapBatchException​(Exception e)
        Helper method to wrap unknown Exceptions into a BatchContainerRuntimeException. This method can be used to handle Exceptions which are actually already catched inside of our proxies.
      • getIncludes

        public Set<String> getIncludes()
      • getExcludes

        public Set<String> getExcludes()
      • accept

        public boolean accept​(Exception e)