Class CatchChainException


  • public class CatchChainException
    extends Object
    Since:
    5.7.3
    • Field Detail

      • chainId

        protected final String chainId
      • priority

        protected final Integer priority
      • filterId

        protected final String filterId
      • rollBack

        protected final Boolean rollBack
    • Constructor Detail

      • CatchChainException

        public CatchChainException()
    • Method Detail

      • getChainId

        public String getChainId()
      • getPriority

        public Integer getPriority()
      • getRollBack

        public Boolean getRollBack()
      • getFilterId

        public String getFilterId()
      • hasFilter

        public Boolean hasFilter()