Class EDIException

    • Field Detail

      • MISSING_HANDLER

        public static final Integer MISSING_HANDLER
      • UNSUPPORTED_DIALECT

        public static final Integer UNSUPPORTED_DIALECT
      • INVALID_STATE

        public static final Integer INVALID_STATE
      • INVALID_CHARACTER

        public static final Integer INVALID_CHARACTER
    • Constructor Detail

      • EDIException

        public EDIException​(String message)
      • EDIException

        public EDIException​(Integer id,
                            String message)
      • EDIException

        public EDIException​(Throwable cause)